Uses of Interface
software.amazon.awssdk.services.bcmdataexports.model.TablePropertyDescription.Builder
-
Packages that use TablePropertyDescription.Builder Package Description software.amazon.awssdk.services.bcmdataexports.model -
-
Uses of TablePropertyDescription.Builder in software.amazon.awssdk.services.bcmdataexports.model
Methods in software.amazon.awssdk.services.bcmdataexports.model that return TablePropertyDescription.Builder Modifier and Type Method Description static TablePropertyDescription.BuilderTablePropertyDescription. builder()TablePropertyDescription.BuilderTablePropertyDescription.Builder. defaultValue(String defaultValue)The default value for the table.TablePropertyDescription.BuilderTablePropertyDescription.Builder. description(String description)The description for the table.TablePropertyDescription.BuilderTablePropertyDescription.Builder. name(String name)The name of the table.TablePropertyDescription.BuilderTablePropertyDescription. toBuilder()TablePropertyDescription.BuilderTablePropertyDescription.Builder. validValues(String... validValues)The valid values for the table.TablePropertyDescription.BuilderTablePropertyDescription.Builder. validValues(Collection<String> validValues)The valid values for the table.Methods in software.amazon.awssdk.services.bcmdataexports.model that return types with arguments of type TablePropertyDescription.Builder Modifier and Type Method Description static Class<? extends TablePropertyDescription.Builder>TablePropertyDescription. serializableBuilderClass()
-