public static class UpdateOpensearchClusterPipelineDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateOpensearchClusterPipelineDetails.Builder displayName(String displayName)
The name of the pipeline. Avoid entering confidential information.
displayName
- the value to setpublic UpdateOpensearchClusterPipelineDetails.Builder ocpuCount(Integer ocpuCount)
The number of OCPUs configured for each pipeline node.
ocpuCount
- the value to setpublic UpdateOpensearchClusterPipelineDetails.Builder memoryGB(Integer memoryGB)
The amount of memory in GB, for each pipeline node.
memoryGB
- the value to setpublic UpdateOpensearchClusterPipelineDetails.Builder nodeCount(Integer nodeCount)
The number of nodes configured for the pipeline.
nodeCount
- the value to setpublic UpdateOpensearchClusterPipelineDetails.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 UpdateOpensearchClusterPipelineDetails.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 UpdateOpensearchClusterPipelineDetails.Builder vcnId(String vcnId)
The OCID of the pipeline’s VCN.
vcnId
- the value to setpublic UpdateOpensearchClusterPipelineDetails.Builder subnetId(String subnetId)
The OCID of the pipeline’s subnet.
subnetId
- the value to setpublic UpdateOpensearchClusterPipelineDetails.Builder vcnCompartmentId(String vcnCompartmentId)
The OCID for the compartment where the pipeline’s VCN is located.
vcnCompartmentId
- the value to setpublic UpdateOpensearchClusterPipelineDetails.Builder subnetCompartmentId(String subnetCompartmentId)
The OCID for the compartment where the pipeline’s subnet is located.
subnetCompartmentId
- the value to setpublic UpdateOpensearchClusterPipelineDetails.Builder nsgId(String nsgId)
The OCID of the NSG where the pipeline private endpoint vnic will be attached.
nsgId
- the value to setpublic UpdateOpensearchClusterPipelineDetails.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 UpdateOpensearchClusterPipelineDetails.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 UpdateOpensearchClusterPipelineDetails.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 UpdateOpensearchClusterPipelineDetails build()
public UpdateOpensearchClusterPipelineDetails.Builder copy(UpdateOpensearchClusterPipelineDetails model)
Copyright © 2016–2025. All rights reserved.