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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
shapeName
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.
- Parameters:
shapeName
- the value to set- Returns:
- this builder
-
clusterSize
public 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
-
isLakehouseEnabled
public UpdateHeatWaveClusterDetails.Builder isLakehouseEnabled(Boolean isLakehouseEnabled)
Enable/disable Lakehouse for the HeatWave cluster.- Parameters:
isLakehouseEnabled
- the value to set- Returns:
- this builder
-
build
public UpdateHeatWaveClusterDetails build()
-
copy
public UpdateHeatWaveClusterDetails.Builder copy(UpdateHeatWaveClusterDetails model)
-
-