static InventoryTableConfigurationResult.Builder |
InventoryTableConfigurationResult.builder() |
|
InventoryTableConfigurationResult.Builder |
InventoryTableConfigurationResult.Builder.configurationState(String configurationState) |
The configuration state of the inventory table, indicating whether the inventory table is enabled or
disabled.
|
InventoryTableConfigurationResult.Builder |
InventoryTableConfigurationResult.Builder.configurationState(InventoryConfigurationState configurationState) |
The configuration state of the inventory table, indicating whether the inventory table is enabled or
disabled.
|
default InventoryTableConfigurationResult.Builder |
InventoryTableConfigurationResult.Builder.error(Consumer<ErrorDetails.Builder> error) |
Sets the value of the Error property for this object.
|
InventoryTableConfigurationResult.Builder |
InventoryTableConfigurationResult.Builder.error(ErrorDetails error) |
Sets the value of the Error property for this object.
|
InventoryTableConfigurationResult.Builder |
InventoryTableConfigurationResult.Builder.tableArn(String tableArn) |
The Amazon Resource Name (ARN) for the inventory table.
|
InventoryTableConfigurationResult.Builder |
InventoryTableConfigurationResult.Builder.tableName(String tableName) |
The name of the inventory table.
|
InventoryTableConfigurationResult.Builder |
InventoryTableConfigurationResult.Builder.tableStatus(String tableStatus) |
The status of the inventory table.
|
InventoryTableConfigurationResult.Builder |
InventoryTableConfigurationResult.toBuilder() |
|