Class CfnConfiguredTable.SnowflakeTableSchemaV1Property.Builder
java.lang.Object
software.amazon.awscdk.services.cleanrooms.CfnConfiguredTable.SnowflakeTableSchemaV1Property.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfiguredTable.SnowflakeTableSchemaV1Property>
- Enclosing interface:
CfnConfiguredTable.SnowflakeTableSchemaV1Property
@Stability(Stable)
public static final class CfnConfiguredTable.SnowflakeTableSchemaV1Property.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfiguredTable.SnowflakeTableSchemaV1Property>
A builder for
CfnConfiguredTable.SnowflakeTableSchemaV1Property-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.columnName(String columnName) Sets the value ofCfnConfiguredTable.SnowflakeTableSchemaV1Property.getColumnName()columnType(String columnType) Sets the value ofCfnConfiguredTable.SnowflakeTableSchemaV1Property.getColumnType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
columnName
@Stability(Stable) public CfnConfiguredTable.SnowflakeTableSchemaV1Property.Builder columnName(String columnName) Sets the value ofCfnConfiguredTable.SnowflakeTableSchemaV1Property.getColumnName()- Parameters:
columnName- The column name. This parameter is required.- Returns:
this
-
columnType
@Stability(Stable) public CfnConfiguredTable.SnowflakeTableSchemaV1Property.Builder columnType(String columnType) Sets the value ofCfnConfiguredTable.SnowflakeTableSchemaV1Property.getColumnType()- Parameters:
columnType- The column's data type. This parameter is required. 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<CfnConfiguredTable.SnowflakeTableSchemaV1Property>- Returns:
- a new instance of
CfnConfiguredTable.SnowflakeTableSchemaV1Property - Throws:
NullPointerException- if any required attribute was not provided
-