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