Uses of Interface
software.amazon.awssdk.services.honeycode.model.ColumnMetadata.Builder
-
Packages that use ColumnMetadata.Builder Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of ColumnMetadata.Builder in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return ColumnMetadata.Builder Modifier and Type Method Description static ColumnMetadata.BuilderColumnMetadata. builder()ColumnMetadata.BuilderColumnMetadata.Builder. format(String format)The format of the column.ColumnMetadata.BuilderColumnMetadata.Builder. format(Format format)The format of the column.ColumnMetadata.BuilderColumnMetadata.Builder. name(String name)The name of the column.ColumnMetadata.BuilderColumnMetadata. toBuilder()Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type ColumnMetadata.Builder Modifier and Type Method Description static Class<? extends ColumnMetadata.Builder>ColumnMetadata. serializableBuilderClass()
-