Interface ColumnMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ColumnMetadata.Builder,,ColumnMetadata> SdkBuilder<ColumnMetadata.Builder,,ColumnMetadata> SdkPojo
- Enclosing class:
ColumnMetadata
public static interface ColumnMetadata.Builder
extends SdkPojo, CopyableBuilder<ColumnMetadata.Builder,ColumnMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionThe format of the column.The format of the column.The name of the column.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, sdkFields
-
Method Details
-
name
The name of the column.
- Parameters:
name- The name of the column.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
format
The format of the column.
- Parameters:
format- The format of the column.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
The format of the column.
- Parameters:
format- The format of the column.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-