Package com.oracle.bmc.bds.model
Class AddMasterNodesDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.bds.model.AddMasterNodesDetails.Builder
 
- 
- Enclosing class:
- AddMasterNodesDetails
 
 public static class AddMasterNodesDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AddMasterNodesDetails.BuilderblockVolumeSizeInGBs(Long blockVolumeSizeInGBs)The size of block volume in GB to be attached to the given node.AddMasterNodesDetailsbuild()AddMasterNodesDetails.BuilderclusterAdminPassword(String clusterAdminPassword)Base-64 encoded Cluster Admin Password for cluster admin user.AddMasterNodesDetails.Buildercopy(AddMasterNodesDetails model)AddMasterNodesDetails.BuildernumberOfMasterNodes(Integer numberOfMasterNodes)Number of additional master nodes for the cluster.AddMasterNodesDetails.Buildershape(String shape)Shape of the node.AddMasterNodesDetails.BuildershapeConfig(ShapeConfigDetails shapeConfig)
 
- 
- 
- 
Method Detail- 
clusterAdminPasswordpublic AddMasterNodesDetails.Builder clusterAdminPassword(String clusterAdminPassword) Base-64 encoded Cluster Admin Password for cluster admin user.- Parameters:
- clusterAdminPassword- the value to set
- Returns:
- this builder
 
 - 
numberOfMasterNodespublic AddMasterNodesDetails.Builder numberOfMasterNodes(Integer numberOfMasterNodes) Number of additional master nodes for the cluster.- Parameters:
- numberOfMasterNodes- the value to set
- Returns:
- this builder
 
 - 
shapepublic AddMasterNodesDetails.Builder shape(String shape) Shape of the node.It’s a read-only property derived from existing Master node. - Parameters:
- shape- the value to set
- Returns:
- this builder
 
 - 
blockVolumeSizeInGBspublic AddMasterNodesDetails.Builder blockVolumeSizeInGBs(Long blockVolumeSizeInGBs) The size of block volume in GB to be attached to the given node.It’s a read-only property. - Parameters:
- blockVolumeSizeInGBs- the value to set
- Returns:
- this builder
 
 - 
shapeConfigpublic AddMasterNodesDetails.Builder shapeConfig(ShapeConfigDetails shapeConfig) 
 - 
buildpublic AddMasterNodesDetails build() 
 - 
copypublic AddMasterNodesDetails.Builder copy(AddMasterNodesDetails model) 
 
- 
 
-