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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ForcePatchClusterDetailsbuild()ForcePatchClusterDetails.BuilderclusterId(String clusterId)OCID of the Opensearch Cluster.ForcePatchClusterDetails.Buildercopy(ForcePatchClusterDetails model)ForcePatchClusterDetails.BuilderflexShape(String flexShape)flex shape name for the instances in the cluster
 
- 
- 
- 
Method Detail- 
clusterIdpublic ForcePatchClusterDetails.Builder clusterId(String clusterId) OCID of the Opensearch Cluster.- Parameters:
- clusterId- the value to set
- Returns:
- this builder
 
 - 
flexShapepublic ForcePatchClusterDetails.Builder flexShape(String flexShape) flex shape name for the instances in the cluster- Parameters:
- flexShape- the value to set
- Returns:
- this builder
 
 - 
buildpublic ForcePatchClusterDetails build() 
 - 
copypublic ForcePatchClusterDetails.Builder copy(ForcePatchClusterDetails model) 
 
- 
 
-