| Package | Description |
|---|---|
| com.amazonaws.services.bcmdataexports.model |
| Modifier and Type | Method and Description |
|---|---|
TablePropertyDescription |
TablePropertyDescription.clone() |
TablePropertyDescription |
TablePropertyDescription.withDefaultValue(String defaultValue)
The default value for the table.
|
TablePropertyDescription |
TablePropertyDescription.withDescription(String description)
The description for the table.
|
TablePropertyDescription |
TablePropertyDescription.withName(String name)
The name of the table.
|
TablePropertyDescription |
TablePropertyDescription.withValidValues(Collection<String> validValues)
The valid values for the table.
|
TablePropertyDescription |
TablePropertyDescription.withValidValues(String... validValues)
The valid values for the table.
|
| Modifier and Type | Method and Description |
|---|---|
List<TablePropertyDescription> |
Table.getTableProperties()
The properties for the table.
|
| Modifier and Type | Method and Description |
|---|---|
Table |
Table.withTableProperties(TablePropertyDescription... tableProperties)
The properties for the table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Table.setTableProperties(Collection<TablePropertyDescription> tableProperties)
The properties for the table.
|
Table |
Table.withTableProperties(Collection<TablePropertyDescription> tableProperties)
The properties for the table.
|
Copyright © 2023. All rights reserved.