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