public static class HeatWaveCluster.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
HeatWaveCluster |
build() |
HeatWaveCluster.Builder |
clusterNodes(List<HeatWaveNode> clusterNodes)
A HeatWave node is a compute host that is part of a HeatWave cluster.
|
HeatWaveCluster.Builder |
clusterSize(Integer clusterSize)
The number of analytics-processing compute instances, of the specified shape, in the
HeatWave cluster.
|
HeatWaveCluster.Builder |
copy(HeatWaveCluster model) |
HeatWaveCluster.Builder |
dbSystemId(String dbSystemId)
The OCID of the parent DB System this HeatWave cluster is attached to.
|
HeatWaveCluster.Builder |
isLakehouseEnabled(Boolean isLakehouseEnabled)
Lakehouse enabled status for the HeatWave cluster.
|
HeatWaveCluster.Builder |
lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycleState.
|
HeatWaveCluster.Builder |
lifecycleState(HeatWaveCluster.LifecycleState lifecycleState)
The current state of the HeatWave cluster.
|
HeatWaveCluster.Builder |
shapeName(String shapeName)
The shape determines resources to allocate to the HeatWave nodes - CPU cores, memory.
|
HeatWaveCluster.Builder |
timeCreated(Date timeCreated)
The date and time the HeatWave cluster was created, as described by RFC
3339.
|
HeatWaveCluster.Builder |
timeUpdated(Date timeUpdated)
The time the HeatWave cluster was last updated, as described by RFC
3339.
|
public HeatWaveCluster.Builder dbSystemId(String dbSystemId)
The OCID of the parent DB System this HeatWave cluster is attached to.
dbSystemId
- the value to setpublic HeatWaveCluster.Builder shapeName(String shapeName)
The shape determines resources to allocate to the HeatWave nodes - CPU cores, memory.
shapeName
- the value to setpublic HeatWaveCluster.Builder clusterSize(Integer clusterSize)
The number of analytics-processing compute instances, of the specified shape, in the HeatWave cluster.
clusterSize
- the value to setpublic HeatWaveCluster.Builder isLakehouseEnabled(Boolean isLakehouseEnabled)
Lakehouse enabled status for the HeatWave cluster.
isLakehouseEnabled
- the value to setpublic HeatWaveCluster.Builder clusterNodes(List<HeatWaveNode> clusterNodes)
A HeatWave node is a compute host that is part of a HeatWave cluster.
clusterNodes
- the value to setpublic HeatWaveCluster.Builder lifecycleState(HeatWaveCluster.LifecycleState lifecycleState)
The current state of the HeatWave cluster.
lifecycleState
- the value to setpublic HeatWaveCluster.Builder lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycleState.
lifecycleDetails
- the value to setpublic HeatWaveCluster.Builder timeCreated(Date timeCreated)
The date and time the HeatWave cluster was created, as described by RFC 3339.
timeCreated
- the value to setpublic HeatWaveCluster.Builder timeUpdated(Date timeUpdated)
The time the HeatWave cluster was last updated, as described by RFC 3339.
timeUpdated
- the value to setpublic HeatWaveCluster build()
public HeatWaveCluster.Builder copy(HeatWaveCluster model)
Copyright © 2016–2024. All rights reserved.