Interface IntermediateTableSchema.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IntermediateTableSchema.Builder,,IntermediateTableSchema> SdkBuilder<IntermediateTableSchema.Builder,,IntermediateTableSchema> SdkPojo
- Enclosing class:
IntermediateTableSchema
@Mutable
@NotThreadSafe
public static interface IntermediateTableSchema.Builder
extends SdkPojo, CopyableBuilder<IntermediateTableSchema.Builder,IntermediateTableSchema>
-
Method Summary
Modifier and TypeMethodDescriptioncolumns(Collection<Column> columns) The list of columns in the intermediate table schema.columns(Consumer<Column.Builder>... columns) The list of columns in the intermediate table schema.The list of columns in the intermediate table schema.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
-
columns
The list of columns in the intermediate table schema.
- Parameters:
columns- The list of columns in the intermediate table schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columns
The list of columns in the intermediate table schema.
- Parameters:
columns- The list of columns in the intermediate table schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columns
The list of columns in the intermediate table schema.
This is a convenience method that creates an instance of theColumn.Builderavoiding the need to create one manually viaColumn.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocolumns(List<Column>).- Parameters:
columns- a consumer that will call methods onColumn.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-