Package | Description |
---|---|
com.oracle.bmc.mysql.model |
Modifier and Type | Method and Description |
---|---|
static UpdateHeatWaveClusterDetails.Builder |
UpdateHeatWaveClusterDetails.builder()
Create a new builder.
|
UpdateHeatWaveClusterDetails.Builder |
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 |
UpdateHeatWaveClusterDetails.Builder.copy(UpdateHeatWaveClusterDetails model) |
UpdateHeatWaveClusterDetails.Builder |
UpdateHeatWaveClusterDetails.Builder.isLakehouseEnabled(Boolean isLakehouseEnabled)
Enable/disable Lakehouse for the HeatWave cluster.
|
UpdateHeatWaveClusterDetails.Builder |
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.
|
UpdateHeatWaveClusterDetails.Builder |
UpdateHeatWaveClusterDetails.toBuilder() |
Copyright © 2016–2024. All rights reserved.