@Stability(value=Stable) public static final class CfnScheduledAction.ResizeClusterMessageProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnScheduledAction.ResizeClusterMessageProperty>
CfnScheduledAction.ResizeClusterMessageProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnScheduledAction.ResizeClusterMessageProperty.Builder clusterIdentifier(String clusterIdentifier)
CfnScheduledAction.ResizeClusterMessageProperty.getClusterIdentifier()clusterIdentifier - The unique identifier for the cluster to resize. This parameter is required.this@Stability(value=Stable) public CfnScheduledAction.ResizeClusterMessageProperty.Builder classic(Boolean classic)
CfnScheduledAction.ResizeClusterMessageProperty.getClassic()classic - A boolean value indicating whether the resize operation is using the classic resize process.
If you don't provide this parameter or set the value to false , the resize type is elastic.this@Stability(value=Stable) public CfnScheduledAction.ResizeClusterMessageProperty.Builder classic(IResolvable classic)
CfnScheduledAction.ResizeClusterMessageProperty.getClassic()classic - A boolean value indicating whether the resize operation is using the classic resize process.
If you don't provide this parameter or set the value to false , the resize type is elastic.this@Stability(value=Stable) public CfnScheduledAction.ResizeClusterMessageProperty.Builder clusterType(String clusterType)
CfnScheduledAction.ResizeClusterMessageProperty.getClusterType()clusterType - The new cluster type for the specified cluster.this@Stability(value=Stable) public CfnScheduledAction.ResizeClusterMessageProperty.Builder nodeType(String nodeType)
CfnScheduledAction.ResizeClusterMessageProperty.getNodeType()nodeType - The new node type for the nodes you are adding.
If not specified, the cluster's current node type is used.this@Stability(value=Stable) public CfnScheduledAction.ResizeClusterMessageProperty.Builder numberOfNodes(Number numberOfNodes)
CfnScheduledAction.ResizeClusterMessageProperty.getNumberOfNodes()numberOfNodes - The new number of nodes for the cluster.
If not specified, the cluster's current number of nodes is used.this@Stability(value=Stable) public CfnScheduledAction.ResizeClusterMessageProperty build()
build in interface software.amazon.jsii.Builder<CfnScheduledAction.ResizeClusterMessageProperty>CfnScheduledAction.ResizeClusterMessagePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.