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 maxOcpuCount(Integer maxOcpuCount)
The maximum pipeline capacity, in OCPUs.
maxOcpuCount
- the value to setpublic UpdateOpensearchClusterPipelineDetails.Builder minOcpuCount(Integer minOcpuCount)
The minimum pipeline capacity, in OCPUs.
minOcpuCount
- the value to setpublic UpdateOpensearchClusterPipelineDetails.Builder maxMemoryGB(Integer maxMemoryGB)
The maximum amount of memory in GB, for the pipeline.
maxMemoryGB
- the value to setpublic UpdateOpensearchClusterPipelineDetails.Builder minMemoryGB(Integer minMemoryGB)
The minimum amount of memory in GB, for the pipeline.
minMemoryGB
- 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 build()
public UpdateOpensearchClusterPipelineDetails.Builder copy(UpdateOpensearchClusterPipelineDetails model)
Copyright © 2016–2025. All rights reserved.