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 maxOcpuCount(Integer maxOcpuCount)
The maximum pipeline capacity, in OCPUs.
maxOcpuCount
- the value to setpublic CreateOpensearchClusterPipelineDetails.Builder minOcpuCount(Integer minOcpuCount)
The minimum pipeline capacity, in OCPUs.
minOcpuCount
- the value to setpublic CreateOpensearchClusterPipelineDetails.Builder maxMemoryGB(Integer maxMemoryGB)
The maximum amount of memory in GB, for the pipeline.
maxMemoryGB
- the value to setpublic CreateOpensearchClusterPipelineDetails.Builder minMemoryGB(Integer minMemoryGB)
The minimum amount of memory in GB, for the pipeline.
minMemoryGB
- 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 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 pipwline’s subnet is located.
subnetCompartmentId
- 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.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"}}
systemTags
- the value to setpublic CreateOpensearchClusterPipelineDetails build()
public CreateOpensearchClusterPipelineDetails.Builder copy(CreateOpensearchClusterPipelineDetails model)
Copyright © 2016–2025. All rights reserved.