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