Class CfnScheduledAction.PauseClusterMessageProperty.Builder
java.lang.Object
software.amazon.awscdk.services.redshift.CfnScheduledAction.PauseClusterMessageProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnScheduledAction.PauseClusterMessageProperty>
- Enclosing interface:
CfnScheduledAction.PauseClusterMessageProperty
@Stability(Stable)
public static final class CfnScheduledAction.PauseClusterMessageProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnScheduledAction.PauseClusterMessageProperty>
A builder for
CfnScheduledAction.PauseClusterMessageProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.clusterIdentifier
(String clusterIdentifier) Sets the value ofCfnScheduledAction.PauseClusterMessageProperty.getClusterIdentifier()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clusterIdentifier
@Stability(Stable) public CfnScheduledAction.PauseClusterMessageProperty.Builder clusterIdentifier(String clusterIdentifier) Sets the value ofCfnScheduledAction.PauseClusterMessageProperty.getClusterIdentifier()
- Parameters:
clusterIdentifier
- The identifier of the cluster to be paused. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnScheduledAction.PauseClusterMessageProperty>
- Returns:
- a new instance of
CfnScheduledAction.PauseClusterMessageProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-