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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateClusterStatusDetails
build()
UpdateClusterStatusDetails.Builder
clusterId(String clusterId)
The OCID of the OpenSearch cluster.UpdateClusterStatusDetails.Builder
copy(UpdateClusterStatusDetails model)
UpdateClusterStatusDetails.Builder
lifecycleState(String lifecycleState)
The state of the cluster after the cluster was updated.
-
-
-
Method Detail
-
clusterId
public UpdateClusterStatusDetails.Builder clusterId(String clusterId)
The OCID of the OpenSearch cluster.- Parameters:
clusterId
- the value to set- Returns:
- this builder
-
lifecycleState
public UpdateClusterStatusDetails.Builder lifecycleState(String lifecycleState)
The state of the cluster after the cluster was updated.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
build
public UpdateClusterStatusDetails build()
-
copy
public UpdateClusterStatusDetails.Builder copy(UpdateClusterStatusDetails model)
-
-