Class CfnConfiguredTablePropsMixin.SnowflakeTableSchemaV1Property.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnConfiguredTablePropsMixin.SnowflakeTableSchemaV1Property.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfiguredTablePropsMixin.SnowflakeTableSchemaV1Property>
- Enclosing interface:
CfnConfiguredTablePropsMixin.SnowflakeTableSchemaV1Property
@Stability(Stable)
public static final class CfnConfiguredTablePropsMixin.SnowflakeTableSchemaV1Property.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfiguredTablePropsMixin.SnowflakeTableSchemaV1Property>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.columnName(String columnName) columnType(String columnType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
columnName
@Stability(Stable) public CfnConfiguredTablePropsMixin.SnowflakeTableSchemaV1Property.Builder columnName(String columnName) - Parameters:
columnName- The column name.- Returns:
this
-
columnType
@Stability(Stable) public CfnConfiguredTablePropsMixin.SnowflakeTableSchemaV1Property.Builder columnType(String columnType) - Parameters:
columnType- The column's data type. Supported data types:ARRAY,BIGINT,BOOLEAN,CHAR,DATE,DECIMAL,DOUBLE,DOUBLE PRECISION,FLOAT,FLOAT4,INT,INTEGER,MAP,NUMERIC,NUMBER,REAL,SMALLINT,STRING,TIMESTAMP,TIMESTAMP_LTZ,TIMESTAMP_NTZ,DATETIME,TINYINT,VARCHAR,TEXT,CHARACTER.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfiguredTablePropsMixin.SnowflakeTableSchemaV1Property>- Returns:
- a new instance of
CfnConfiguredTablePropsMixin.SnowflakeTableSchemaV1Property - Throws:
NullPointerException- if any required attribute was not provided
-