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