public static class UpdateAnalyticsClusterDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateAnalyticsClusterDetails |
build() |
UpdateAnalyticsClusterDetails.Builder |
clusterSize(Integer clusterSize)
A change to the number of nodes in the Analytics Cluster will result in the entire
cluster being torn down and re-created with the new cluster of nodes.
|
UpdateAnalyticsClusterDetails.Builder |
copy(UpdateAnalyticsClusterDetails model) |
UpdateAnalyticsClusterDetails.Builder |
shapeName(String shapeName)
A change to the shape of the nodes in the Analytics Cluster will result in the entire
cluster being torn down and re-created with Compute instances of the new Shape.
|
public UpdateAnalyticsClusterDetails.Builder shapeName(String shapeName)
A change to the shape of the nodes in the Analytics Cluster will result in the entire cluster being torn down and re-created with Compute instances of the new Shape. This may result in significant downtime for the analytics capability while the Analytics Cluster is re-provisioned.
shapeName
- the value to setpublic UpdateAnalyticsClusterDetails.Builder clusterSize(Integer clusterSize)
A change to the number of nodes in the Analytics Cluster will result in the entire cluster being torn down and re-created with the new cluster of nodes. This may result in a significant downtime for the analytics capability while the Analytics Cluster is re-provisioned.
clusterSize
- the value to setpublic UpdateAnalyticsClusterDetails build()
public UpdateAnalyticsClusterDetails.Builder copy(UpdateAnalyticsClusterDetails model)
Copyright © 2016–2023. All rights reserved.