Class CfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty>
- Enclosing interface:
CfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty
@Stability(Stable)
public static final class CfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountIdentifier(String accountIdentifier) build()Builds the configured instance.databaseName(String databaseName) schemaName(String schemaName) tableSchema(IResolvable tableSchema)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
accountIdentifier
@Stability(Stable) public CfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty.Builder accountIdentifier(String accountIdentifier) Sets the value ofCfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty.getAccountIdentifier()- Parameters:
accountIdentifier- The account identifier for the Snowflake table reference.- Returns:
this
-
databaseName
@Stability(Stable) public CfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty.Builder databaseName(String databaseName) - Parameters:
databaseName- The name of the database the Snowflake table belongs to.- Returns:
this
-
schemaName
@Stability(Stable) public CfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty.Builder schemaName(String schemaName) - Parameters:
schemaName- The schema name of the Snowflake table reference.- Returns:
this
-
secretArn
@Stability(Stable) public CfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty.Builder secretArn(String secretArn) - Parameters:
secretArn- The secret ARN of the Snowflake table reference.- Returns:
this
-
tableName
@Stability(Stable) public CfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty.Builder tableName(String tableName) - Parameters:
tableName- The name of the Snowflake table.- Returns:
this
-
tableSchema
@Stability(Stable) public CfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty.Builder tableSchema(IResolvable tableSchema) - Parameters:
tableSchema- The schema of the Snowflake table.- Returns:
this
-
tableSchema
@Stability(Stable) public CfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty.Builder tableSchema(CfnConfiguredTablePropsMixin.SnowflakeTableSchemaProperty tableSchema) - Parameters:
tableSchema- The schema of the Snowflake table.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty>- Returns:
- a new instance of
CfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty - Throws:
NullPointerException- if any required attribute was not provided
-