Class CfnDataSourcePropsMixin.RedshiftClusterStorageProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnDataSourcePropsMixin.RedshiftClusterStorageProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSourcePropsMixin.RedshiftClusterStorageProperty>
- Enclosing interface:
CfnDataSourcePropsMixin.RedshiftClusterStorageProperty
@Stability(Stable)
public static final class CfnDataSourcePropsMixin.RedshiftClusterStorageProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSourcePropsMixin.RedshiftClusterStorageProperty>
A builder for
CfnDataSourcePropsMixin.RedshiftClusterStorageProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.clusterName(String clusterName) Sets the value ofCfnDataSourcePropsMixin.RedshiftClusterStorageProperty.getClusterName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clusterName
@Stability(Stable) public CfnDataSourcePropsMixin.RedshiftClusterStorageProperty.Builder clusterName(String clusterName) Sets the value ofCfnDataSourcePropsMixin.RedshiftClusterStorageProperty.getClusterName()- Parameters:
clusterName- The name of an Amazon Redshift cluster.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSourcePropsMixin.RedshiftClusterStorageProperty>- Returns:
- a new instance of
CfnDataSourcePropsMixin.RedshiftClusterStorageProperty - Throws:
NullPointerException- if any required attribute was not provided
-