public static interface TableClassSummary.Builder extends SdkPojo, CopyableBuilder<TableClassSummary.Builder,TableClassSummary>
| Modifier and Type | Method and Description |
|---|---|
TableClassSummary.Builder |
lastUpdateDateTime(Instant lastUpdateDateTime)
The date and time at which the table class was last updated.
|
TableClassSummary.Builder |
tableClass(String tableClass)
The table class of the specified table.
|
TableClassSummary.Builder |
tableClass(TableClass tableClass)
The table class of the specified table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableClassSummary.Builder tableClass(String tableClass)
The table class of the specified table. Valid values are STANDARD and
STANDARD_INFREQUENT_ACCESS.
tableClass - The table class of the specified table. Valid values are STANDARD and
STANDARD_INFREQUENT_ACCESS.TableClass,
TableClassTableClassSummary.Builder tableClass(TableClass tableClass)
The table class of the specified table. Valid values are STANDARD and
STANDARD_INFREQUENT_ACCESS.
tableClass - The table class of the specified table. Valid values are STANDARD and
STANDARD_INFREQUENT_ACCESS.TableClass,
TableClassTableClassSummary.Builder lastUpdateDateTime(Instant lastUpdateDateTime)
The date and time at which the table class was last updated.
lastUpdateDateTime - The date and time at which the table class was last updated.Copyright © 2021. All rights reserved.