Package com.oracle.bmc.opensearch.model
Class UpdateClusterStatusDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.opensearch.model.UpdateClusterStatusDetails.Builder
 
- 
- Enclosing class:
- UpdateClusterStatusDetails
 
 public static class UpdateClusterStatusDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateClusterStatusDetailsbuild()UpdateClusterStatusDetails.BuilderclusterId(String clusterId)The OCID of the OpenSearch cluster.UpdateClusterStatusDetails.Buildercopy(UpdateClusterStatusDetails model)UpdateClusterStatusDetails.BuilderlifecycleState(String lifecycleState)The state of the cluster after the cluster was updated.
 
- 
- 
- 
Method Detail- 
clusterIdpublic UpdateClusterStatusDetails.Builder clusterId(String clusterId) The OCID of the OpenSearch cluster.- Parameters:
- clusterId- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic UpdateClusterStatusDetails.Builder lifecycleState(String lifecycleState) The state of the cluster after the cluster was updated.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateClusterStatusDetails build() 
 - 
copypublic UpdateClusterStatusDetails.Builder copy(UpdateClusterStatusDetails model) 
 
- 
 
-