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