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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColumnMetadata.Builderformat(String format)The format of the column.ColumnMetadata.Builderformat(Format format)The format of the column.ColumnMetadata.Buildername(String name)The name of the column.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
ColumnMetadata.Builder name(String 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
ColumnMetadata.Builder format(String format)
The format of the column.
-
format
ColumnMetadata.Builder format(Format format)
The format of the column.
-
-