public static class UpdateHeatWaveClusterDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateHeatWaveClusterDetails |
build() |
UpdateHeatWaveClusterDetails.Builder |
clusterSize(Integer clusterSize)
A change to the number of nodes in the HeatWave cluster will result in the entire cluster
being torn down and re-created with the new cluster of nodes.
|
UpdateHeatWaveClusterDetails.Builder |
copy(UpdateHeatWaveClusterDetails model) |
UpdateHeatWaveClusterDetails.Builder |
isLakehouseEnabled(Boolean isLakehouseEnabled)
Enable/disable Lakehouse for the HeatWave cluster.
|
UpdateHeatWaveClusterDetails.Builder |
shapeName(String shapeName)
A change to the shape of the nodes in the HeatWave cluster will result in the entire
cluster being torn down and re-created with Compute instances of the new Shape.
|
public UpdateHeatWaveClusterDetails.Builder shapeName(String shapeName)
A change to the shape of the nodes in the HeatWave 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 HeatWave cluster is re-provisioned.
shapeName
- the value to setpublic UpdateHeatWaveClusterDetails.Builder clusterSize(Integer clusterSize)
A change to the number of nodes in the HeatWave 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 HeatWave cluster is re-provisioned.
clusterSize
- the value to setpublic UpdateHeatWaveClusterDetails.Builder isLakehouseEnabled(Boolean isLakehouseEnabled)
Enable/disable Lakehouse for the HeatWave cluster.
isLakehouseEnabled
- the value to setpublic UpdateHeatWaveClusterDetails build()
public UpdateHeatWaveClusterDetails.Builder copy(UpdateHeatWaveClusterDetails model)
Copyright © 2016–2024. All rights reserved.