Package com.oracle.bmc.opensearch.model
Class OpensearchClusterPipelineSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.opensearch.model.OpensearchClusterPipelineSummary.Builder
 
- 
- Enclosing class:
- OpensearchClusterPipelineSummary
 
 public static class OpensearchClusterPipelineSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic OpensearchClusterPipelineSummary.Builder id(String id) The OCID of the cluster pipeline.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic OpensearchClusterPipelineSummary.Builder displayName(String displayName) The name of the cluster pipeline.Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic OpensearchClusterPipelineSummary.Builder compartmentId(String compartmentId) The OCID of the compartment where the cluster pipeline is located.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
vcnIdpublic OpensearchClusterPipelineSummary.Builder vcnId(String vcnId) The OCID of the pipeline’s VCN.- Parameters:
- vcnId- the value to set
- Returns:
- this builder
 
 - 
subnetIdpublic OpensearchClusterPipelineSummary.Builder subnetId(String subnetId) The OCID of the pipeline’s subnet.- Parameters:
- subnetId- the value to set
- Returns:
- this builder
 
 - 
ocpuCountpublic OpensearchClusterPipelineSummary.Builder ocpuCount(Integer ocpuCount) The number of OCPUs configured for each pipeline node.- Parameters:
- ocpuCount- the value to set
- Returns:
- this builder
 
 - 
memoryGBpublic OpensearchClusterPipelineSummary.Builder memoryGB(Integer memoryGB) The amount of memory in GB, for each pipeline node.- Parameters:
- memoryGB- the value to set
- Returns:
- this builder
 
 - 
nodeCountpublic OpensearchClusterPipelineSummary.Builder nodeCount(Integer nodeCount) The number of nodes configured for the pipeline.- Parameters:
- nodeCount- the value to set
- Returns:
- this builder
 
 - 
nodeShapepublic OpensearchClusterPipelineSummary.Builder nodeShape(String nodeShape) The pipeline node shape.- Parameters:
- nodeShape- the value to set
- Returns:
- this builder
 
 - 
pipelineConfigurationBodypublic OpensearchClusterPipelineSummary.Builder pipelineConfigurationBody(String pipelineConfigurationBody) The pipeline configuration in YAML format.The command accepts the pipeline configuration as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with \. - Parameters:
- pipelineConfigurationBody- the value to set
- Returns:
- this builder
 
 - 
dataPrepperConfigurationBodypublic OpensearchClusterPipelineSummary.Builder dataPrepperConfigurationBody(String dataPrepperConfigurationBody) The data prepper config in YAML format.The command accepts the data prepper config as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with \. - Parameters:
- dataPrepperConfigurationBody- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic OpensearchClusterPipelineSummary.Builder lifecycleState(OpensearchClusterPipeline.LifecycleState lifecycleState) The current state of the cluster pipeline.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
pipelineModepublic OpensearchClusterPipelineSummary.Builder pipelineMode(OpensearchClusterPipeline.PipelineMode pipelineMode) The current state of the pipeline.- Parameters:
- pipelineMode- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic OpensearchClusterPipelineSummary.Builder timeCreated(Date timeCreated) The date and time the cluster pipeline was created.Format defined by RFC3339. - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic OpensearchClusterPipelineSummary.Builder timeUpdated(Date timeUpdated) The date and time the cluster pipeline was updated.Format defined by RFC3339. - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic OpensearchClusterPipelineSummary.Builder freeformTags(Map<String,String> freeformTags) Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic OpensearchClusterPipelineSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic OpensearchClusterPipelineSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags) Usage of system tag keys.These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic OpensearchClusterPipelineSummary build() 
 - 
copypublic OpensearchClusterPipelineSummary.Builder copy(OpensearchClusterPipelineSummary model) 
 
- 
 
-