public static class AddMasterNodesDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AddMasterNodesDetails.Builder |
blockVolumeSizeInGBs(Long blockVolumeSizeInGBs)
The size of block volume in GB to be attached to the given node.
|
AddMasterNodesDetails |
build() |
AddMasterNodesDetails.Builder |
clusterAdminPassword(String clusterAdminPassword)
Base-64 encoded Cluster Admin Password for cluster admin user.
|
AddMasterNodesDetails.Builder |
copy(AddMasterNodesDetails model) |
AddMasterNodesDetails.Builder |
numberOfMasterNodes(Integer numberOfMasterNodes)
Number of additional master nodes for the cluster.
|
AddMasterNodesDetails.Builder |
shape(String shape)
Shape of the node.
|
AddMasterNodesDetails.Builder |
shapeConfig(ShapeConfigDetails shapeConfig) |
public AddMasterNodesDetails.Builder clusterAdminPassword(String clusterAdminPassword)
Base-64 encoded Cluster Admin Password for cluster admin user.
clusterAdminPassword
- the value to setpublic AddMasterNodesDetails.Builder numberOfMasterNodes(Integer numberOfMasterNodes)
Number of additional master nodes for the cluster.
numberOfMasterNodes
- the value to setpublic AddMasterNodesDetails.Builder shape(String shape)
Shape of the node. It’s a read-only property derived from existing Master node.
shape
- the value to setpublic 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.
blockVolumeSizeInGBs
- the value to setpublic AddMasterNodesDetails.Builder shapeConfig(ShapeConfigDetails shapeConfig)
public AddMasterNodesDetails build()
public AddMasterNodesDetails.Builder copy(AddMasterNodesDetails model)
Copyright © 2016–2024. All rights reserved.