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