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