Interface SnowflakeTableSchema.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SnowflakeTableSchema.Builder,,- SnowflakeTableSchema> - SdkBuilder<SnowflakeTableSchema.Builder,,- SnowflakeTableSchema> - SdkPojo
- Enclosing class:
- SnowflakeTableSchema
@Mutable
@NotThreadSafe
public static interface SnowflakeTableSchema.Builder
extends SdkPojo, CopyableBuilder<SnowflakeTableSchema.Builder,SnowflakeTableSchema> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
v1The 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.
 
- 
v1The 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.
 
- 
v1The 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 on- SnowflakeTableSchemaV1.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-