Package com.oracle.bmc.opensearch.model
Class CreateOpensearchClusterPipelineDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.opensearch.model.CreateOpensearchClusterPipelineDetails.Builder
 
- 
- Enclosing class:
- CreateOpensearchClusterPipelineDetails
 
 public static class CreateOpensearchClusterPipelineDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic CreateOpensearchClusterPipelineDetails.Builder displayName(String displayName) The name of the cluster pipeline.Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
ocpuCountpublic CreateOpensearchClusterPipelineDetails.Builder ocpuCount(Integer ocpuCount) The number of OCPUs configured for each pipeline node.- Parameters:
- ocpuCount- the value to set
- Returns:
- this builder
 
 - 
memoryGBpublic CreateOpensearchClusterPipelineDetails.Builder memoryGB(Integer memoryGB) The amount of memory in GB, for each pipeline node.- Parameters:
- memoryGB- the value to set
- Returns:
- this builder
 
 - 
nodeCountpublic CreateOpensearchClusterPipelineDetails.Builder nodeCount(Integer nodeCount) The number of nodes configured for the pipeline.- Parameters:
- nodeCount- the value to set
- Returns:
- this builder
 
 - 
nodeShapepublic CreateOpensearchClusterPipelineDetails.Builder nodeShape(String nodeShape) The pipeline node shape.- Parameters:
- nodeShape- the value to set
- Returns:
- this builder
 
 - 
pipelineConfigurationBodypublic CreateOpensearchClusterPipelineDetails.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 CreateOpensearchClusterPipelineDetails.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
 
 - 
compartmentIdpublic CreateOpensearchClusterPipelineDetails.Builder compartmentId(String compartmentId) The OCID of the compartment to create the pipeline in.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
vcnIdpublic CreateOpensearchClusterPipelineDetails.Builder vcnId(String vcnId) The OCID of the pipeline’s VCN.- Parameters:
- vcnId- the value to set
- Returns:
- this builder
 
 - 
subnetIdpublic CreateOpensearchClusterPipelineDetails.Builder subnetId(String subnetId) The OCID of the pipeline’s subnet.- Parameters:
- subnetId- the value to set
- Returns:
- this builder
 
 - 
vcnCompartmentIdpublic CreateOpensearchClusterPipelineDetails.Builder vcnCompartmentId(String vcnCompartmentId) The OCID for the compartment where the pipeline’s VCN is located.- Parameters:
- vcnCompartmentId- the value to set
- Returns:
- this builder
 
 - 
subnetCompartmentIdpublic CreateOpensearchClusterPipelineDetails.Builder subnetCompartmentId(String subnetCompartmentId) The OCID for the compartment where the pipeline’s subnet is located.- Parameters:
- subnetCompartmentId- the value to set
- Returns:
- this builder
 
 - 
nsgIdpublic CreateOpensearchClusterPipelineDetails.Builder nsgId(String nsgId) The OCID of the NSG where the pipeline private endpoint vnic will be attached.- Parameters:
- nsgId- the value to set
- Returns:
- this builder
 
 - 
reverseConnectionEndpointspublic CreateOpensearchClusterPipelineDetails.Builder reverseConnectionEndpoints(List<OpensearchPipelineReverseConnectionEndpoint> reverseConnectionEndpoints) The customer IP and the corresponding fully qualified domain name that the pipeline will connect to.- Parameters:
- reverseConnectionEndpoints- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic CreateOpensearchClusterPipelineDetails.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 CreateOpensearchClusterPipelineDetails.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
 
 - 
buildpublic CreateOpensearchClusterPipelineDetails build() 
 - 
copypublic CreateOpensearchClusterPipelineDetails.Builder copy(CreateOpensearchClusterPipelineDetails model) 
 
- 
 
-