Interface SnowflakeTableSchema.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SnowflakeTableSchema.Builder,,SnowflakeTableSchema> SdkBuilder<SnowflakeTableSchema.Builder,,SnowflakeTableSchema> SdkPojo
- Enclosing class:
 SnowflakeTableSchema
public static interface SnowflakeTableSchema.Builder
extends SdkPojo, CopyableBuilder<SnowflakeTableSchema.Builder,SnowflakeTableSchema> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe schema of a Snowflake table.v1(Consumer<SnowflakeTableSchemaV1.Builder>... v1) The schema of a Snowflake table.v1(SnowflakeTableSchemaV1... v1) The schema of a Snowflake table.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
v1
The schema of a Snowflake table.
- Parameters:
 v1- The schema of a Snowflake table.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
v1
The schema of a Snowflake table.
- Parameters:
 v1- The schema of a Snowflake table.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
v1
The schema of a Snowflake table.
This is a convenience method that creates an instance of theSnowflakeTableSchemaV1.Builderavoiding the need to create one manually viaSnowflakeTableSchemaV1.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tov1(List<SnowflakeTableSchemaV1>).- Parameters:
 v1- a consumer that will call methods onSnowflakeTableSchemaV1.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -