public static class OpensearchClusterPipelineSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public OpensearchClusterPipelineSummary.Builder id(String id)
The OCID of the cluster pipeline.
id
- the value to setpublic OpensearchClusterPipelineSummary.Builder displayName(String displayName)
The name of the cluster pipeline. Avoid entering confidential information.
displayName
- the value to setpublic OpensearchClusterPipelineSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment where the cluster pipeline is located.
compartmentId
- the value to setpublic OpensearchClusterPipelineSummary.Builder maxOcpuCount(Integer maxOcpuCount)
The maximum pipeline capacity, in OCPUs.
maxOcpuCount
- the value to setpublic OpensearchClusterPipelineSummary.Builder minOcpuCount(Integer minOcpuCount)
The maximum pipeline capacity, in OCPUs.
minOcpuCount
- the value to setpublic OpensearchClusterPipelineSummary.Builder maxMemoryGB(Integer maxMemoryGB)
The maximum amount of memory in GB, for the pipeline.
maxMemoryGB
- the value to setpublic OpensearchClusterPipelineSummary.Builder minMemoryGB(Integer minMemoryGB)
The minimum amount of memory in GB, for the pipeline.
minMemoryGB
- the value to setpublic OpensearchClusterPipelineSummary.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 OpensearchClusterPipelineSummary.Builder timeCreated(Date timeCreated)
The date and time the cluster pipeline was created. Format defined by RFC3339.
timeCreated
- the value to setpublic OpensearchClusterPipelineSummary.Builder timeUpdated(Date timeUpdated)
The date and time the cluster pipeline was updated. Format defined by RFC3339.
timeUpdated
- the value to setpublic OpensearchClusterPipelineSummary.Builder lifecycleState(OpensearchClusterPipeline.LifecycleState lifecycleState)
The current state of the cluster backup.
lifecycleState
- the value to setpublic OpensearchClusterPipelineSummary.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 OpensearchClusterPipelineSummary.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 OpensearchClusterPipelineSummary.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 OpensearchClusterPipelineSummary build()
public OpensearchClusterPipelineSummary.Builder copy(OpensearchClusterPipelineSummary model)
Copyright © 2016–2025. All rights reserved.