public static class AddBlockStorageDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AddBlockStorageDetails.Builder |
blockVolumeSizeInGBs(Long blockVolumeSizeInGBs)
The size of block volume in GB to be added to each worker node.
|
AddBlockStorageDetails |
build() |
AddBlockStorageDetails.Builder |
clusterAdminPassword(String clusterAdminPassword)
Base-64 encoded password for the cluster (and Cloudera Manager) admin user.
|
AddBlockStorageDetails.Builder |
copy(AddBlockStorageDetails model) |
AddBlockStorageDetails.Builder |
nodeType(AddBlockStorageDetails.NodeType nodeType)
Worker node types, can either be Worker Data node or Compute only worker node.
|
public AddBlockStorageDetails.Builder clusterAdminPassword(String clusterAdminPassword)
Base-64 encoded password for the cluster (and Cloudera Manager) admin user.
clusterAdminPassword
- the value to setpublic AddBlockStorageDetails.Builder blockVolumeSizeInGBs(Long blockVolumeSizeInGBs)
The size of block volume in GB to be added to each worker node. All the details needed for attaching the block volume are managed by service itself.
blockVolumeSizeInGBs
- the value to setpublic AddBlockStorageDetails.Builder nodeType(AddBlockStorageDetails.NodeType nodeType)
Worker node types, can either be Worker Data node or Compute only worker node.
nodeType
- the value to setpublic AddBlockStorageDetails build()
public AddBlockStorageDetails.Builder copy(AddBlockStorageDetails model)
Copyright © 2016–2023. All rights reserved.