public static class HeatWaveClusterSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
HeatWaveClusterSummary |
build() |
HeatWaveClusterSummary.Builder |
clusterSize(Integer clusterSize)
The number of analytics-processing compute instances, of the specified shape, in the
HeatWave cluster.
|
HeatWaveClusterSummary.Builder |
copy(HeatWaveClusterSummary model) |
HeatWaveClusterSummary.Builder |
isLakehouseEnabled(Boolean isLakehouseEnabled)
Lakehouse enabled status for the HeatWave cluster.
|
HeatWaveClusterSummary.Builder |
lifecycleState(HeatWaveCluster.LifecycleState lifecycleState)
The current state of the MySQL HeatWave cluster.
|
HeatWaveClusterSummary.Builder |
shapeName(String shapeName)
The shape determines resources to allocate to the HeatWave nodes - CPU cores, memory.
|
HeatWaveClusterSummary.Builder |
timeCreated(Date timeCreated)
The date and time the HeatWave cluster was created, as described by RFC
3339.
|
HeatWaveClusterSummary.Builder |
timeUpdated(Date timeUpdated)
The time the HeatWave cluster was last updated, as described by RFC
3339.
|
public HeatWaveClusterSummary.Builder shapeName(String shapeName)
The shape determines resources to allocate to the HeatWave nodes - CPU cores, memory.
shapeName
- the value to setpublic HeatWaveClusterSummary.Builder clusterSize(Integer clusterSize)
The number of analytics-processing compute instances, of the specified shape, in the HeatWave cluster.
clusterSize
- the value to setpublic HeatWaveClusterSummary.Builder isLakehouseEnabled(Boolean isLakehouseEnabled)
Lakehouse enabled status for the HeatWave cluster.
isLakehouseEnabled
- the value to setpublic HeatWaveClusterSummary.Builder lifecycleState(HeatWaveCluster.LifecycleState lifecycleState)
The current state of the MySQL HeatWave cluster.
lifecycleState
- the value to setpublic HeatWaveClusterSummary.Builder timeCreated(Date timeCreated)
The date and time the HeatWave cluster was created, as described by RFC 3339.
timeCreated
- the value to setpublic HeatWaveClusterSummary.Builder timeUpdated(Date timeUpdated)
The time the HeatWave cluster was last updated, as described by RFC 3339.
timeUpdated
- the value to setpublic HeatWaveClusterSummary build()
public HeatWaveClusterSummary.Builder copy(HeatWaveClusterSummary model)
Copyright © 2016–2024. All rights reserved.