public static class CreateOpensearchClusterPipelineDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateOpensearchClusterPipelineDetails.Builder displayName(String displayName)
The name of the cluster pipeline. Avoid entering confidential information.
displayName
- the value to setpublic CreateOpensearchClusterPipelineDetails.Builder ocpuCount(Integer ocpuCount)
The number of OCPUs configured for each pipeline node.
ocpuCount
- the value to setpublic CreateOpensearchClusterPipelineDetails.Builder memoryGB(Integer memoryGB)
The amount of memory in GB, for each pipeline node.
memoryGB
- the value to setpublic CreateOpensearchClusterPipelineDetails.Builder nodeCount(Integer nodeCount)
The number of nodes configured for the pipeline.
nodeCount
- the value to setpublic 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 \.
pipelineConfigurationBody
- the value to setpublic 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 \.
dataPrepperConfigurationBody
- the value to setpublic CreateOpensearchClusterPipelineDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment to create the pipeline in.
compartmentId
- the value to setpublic CreateOpensearchClusterPipelineDetails.Builder vcnId(String vcnId)
The OCID of the pipeline’s VCN.
vcnId
- the value to setpublic CreateOpensearchClusterPipelineDetails.Builder subnetId(String subnetId)
The OCID of the pipeline’s subnet.
subnetId
- the value to setpublic CreateOpensearchClusterPipelineDetails.Builder vcnCompartmentId(String vcnCompartmentId)
The OCID for the compartment where the pipeline’s VCN is located.
vcnCompartmentId
- the value to setpublic CreateOpensearchClusterPipelineDetails.Builder subnetCompartmentId(String subnetCompartmentId)
The OCID for the compartment where the pipeline’s subnet is located.
subnetCompartmentId
- the value to setpublic CreateOpensearchClusterPipelineDetails.Builder nsgId(String nsgId)
The OCID of the NSG where the pipeline private endpoint vnic will be attached.
nsgId
- the value to setpublic CreateOpensearchClusterPipelineDetails.Builder reverseConnectionEndpoints(List<OpensearchPipelineReverseConnectionEndpoint> reverseConnectionEndpoints)
The customer IP and the corresponding fully qualified domain name that the pipeline will connect to.
reverseConnectionEndpoints
- the value to setpublic 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"}
freeformTags
- the value to setpublic 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"}}
definedTags
- the value to setpublic CreateOpensearchClusterPipelineDetails build()
public CreateOpensearchClusterPipelineDetails.Builder copy(CreateOpensearchClusterPipelineDetails model)
Copyright © 2016–2025. All rights reserved.