Uses of Interface
software.amazon.awssdk.services.bcmdataexports.model.Table.Builder
-
Packages that use Table.Builder Package Description software.amazon.awssdk.services.bcmdataexports.model -
-
Uses of Table.Builder in software.amazon.awssdk.services.bcmdataexports.model
Methods in software.amazon.awssdk.services.bcmdataexports.model that return Table.Builder Modifier and Type Method Description static Table.BuilderTable. builder()Table.BuilderTable.Builder. description(String description)The description for the table.Table.BuilderTable.Builder. tableName(String tableName)The name of the table.Table.BuilderTable.Builder. tableProperties(Collection<TablePropertyDescription> tableProperties)The properties for the table.Table.BuilderTable.Builder. tableProperties(Consumer<TablePropertyDescription.Builder>... tableProperties)The properties for the table.Table.BuilderTable.Builder. tableProperties(TablePropertyDescription... tableProperties)The properties for the table.Table.BuilderTable. toBuilder()Methods in software.amazon.awssdk.services.bcmdataexports.model that return types with arguments of type Table.Builder Modifier and Type Method Description static Class<? extends Table.Builder>Table. serializableBuilderClass()
-