Package com.oracle.bmc.opensearch.model
Class ForcePatchClusterDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.opensearch.model.ForcePatchClusterDetails.Builder
-
- Enclosing class:
- ForcePatchClusterDetails
public static class ForcePatchClusterDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ForcePatchClusterDetails
build()
ForcePatchClusterDetails.Builder
clusterId(String clusterId)
OCID of the Opensearch Cluster.ForcePatchClusterDetails.Builder
copy(ForcePatchClusterDetails model)
ForcePatchClusterDetails.Builder
flexShape(String flexShape)
flex shape name for the instances in the cluster
-
-
-
Method Detail
-
clusterId
public ForcePatchClusterDetails.Builder clusterId(String clusterId)
OCID of the Opensearch Cluster.- Parameters:
clusterId
- the value to set- Returns:
- this builder
-
flexShape
public ForcePatchClusterDetails.Builder flexShape(String flexShape)
flex shape name for the instances in the cluster- Parameters:
flexShape
- the value to set- Returns:
- this builder
-
build
public ForcePatchClusterDetails build()
-
copy
public ForcePatchClusterDetails.Builder copy(ForcePatchClusterDetails model)
-
-