Class CfnConfiguredTablePropsMixin.SnowflakeTableSchemaProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnConfiguredTablePropsMixin.SnowflakeTableSchemaProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfiguredTablePropsMixin.SnowflakeTableSchemaProperty>
- Enclosing interface:
CfnConfiguredTablePropsMixin.SnowflakeTableSchemaProperty
@Stability(Stable)
public static final class CfnConfiguredTablePropsMixin.SnowflakeTableSchemaProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfiguredTablePropsMixin.SnowflakeTableSchemaProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnConfiguredTablePropsMixin.SnowflakeTableSchemaProperty.getV1()v1(IResolvable v1) Sets the value ofCfnConfiguredTablePropsMixin.SnowflakeTableSchemaProperty.getV1()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
v1
@Stability(Stable) public CfnConfiguredTablePropsMixin.SnowflakeTableSchemaProperty.Builder v1(IResolvable v1) Sets the value ofCfnConfiguredTablePropsMixin.SnowflakeTableSchemaProperty.getV1()- Parameters:
v1- The schema of a Snowflake table.- Returns:
this
-
v1
@Stability(Stable) public CfnConfiguredTablePropsMixin.SnowflakeTableSchemaProperty.Builder v1(List<? extends Object> v1) Sets the value ofCfnConfiguredTablePropsMixin.SnowflakeTableSchemaProperty.getV1()- Parameters:
v1- The schema of a Snowflake table.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfiguredTablePropsMixin.SnowflakeTableSchemaProperty>- Returns:
- a new instance of
CfnConfiguredTablePropsMixin.SnowflakeTableSchemaProperty - Throws:
NullPointerException- if any required attribute was not provided
-