public static class AddCloudSqlDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AddCloudSqlDetails.Builder |
blockVolumeSizeInGBs(Long blockVolumeSizeInGBs)
The size of block volume in GB to be attached to the given node.
|
AddCloudSqlDetails |
build() |
AddCloudSqlDetails.Builder |
clusterAdminPassword(String clusterAdminPassword)
Base-64 encoded password for the cluster (and Cloudera Manager) admin user.
|
AddCloudSqlDetails.Builder |
copy(AddCloudSqlDetails model) |
AddCloudSqlDetails.Builder |
shape(String shape)
Shape of the node.
|
AddCloudSqlDetails.Builder |
shapeConfig(ShapeConfigDetails shapeConfig) |
public AddCloudSqlDetails.Builder shape(String shape)
Shape of the node.
shape
- the value to setpublic AddCloudSqlDetails.Builder shapeConfig(ShapeConfigDetails shapeConfig)
public AddCloudSqlDetails.Builder blockVolumeSizeInGBs(Long blockVolumeSizeInGBs)
The size of block volume in GB to be attached to the given node. All details needed for attaching the block volume are managed by the service itself.
blockVolumeSizeInGBs
- the value to setpublic AddCloudSqlDetails.Builder clusterAdminPassword(String clusterAdminPassword)
Base-64 encoded password for the cluster (and Cloudera Manager) admin user.
clusterAdminPassword
- the value to setpublic AddCloudSqlDetails build()
public AddCloudSqlDetails.Builder copy(AddCloudSqlDetails model)
Copyright © 2016–2024. All rights reserved.