Package com.oracle.bmc.mysql.model
Class UpdateHeatWaveClusterDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.mysql.model.UpdateHeatWaveClusterDetails.Builder
 
- 
- Enclosing class:
- UpdateHeatWaveClusterDetails
 
 public static class UpdateHeatWaveClusterDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateHeatWaveClusterDetailsbuild()UpdateHeatWaveClusterDetails.BuilderclusterSize(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.Buildercopy(UpdateHeatWaveClusterDetails model)UpdateHeatWaveClusterDetails.BuilderisLakehouseEnabled(Boolean isLakehouseEnabled)Enable/disable Lakehouse for the HeatWave cluster.UpdateHeatWaveClusterDetails.BuildershapeName(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.
 
- 
- 
- 
Method Detail- 
shapeNamepublic 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. - Parameters:
- shapeName- the value to set
- Returns:
- this builder
 
 - 
clusterSizepublic 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. - Parameters:
- clusterSize- the value to set
- Returns:
- this builder
 
 - 
isLakehouseEnabledpublic UpdateHeatWaveClusterDetails.Builder isLakehouseEnabled(Boolean isLakehouseEnabled) Enable/disable Lakehouse for the HeatWave cluster.- Parameters:
- isLakehouseEnabled- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateHeatWaveClusterDetails build() 
 - 
copypublic UpdateHeatWaveClusterDetails.Builder copy(UpdateHeatWaveClusterDetails model) 
 
- 
 
-