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, sdkFields
copy
applyMutation, build
TableClassSummary.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
,
TableClass
TableClassSummary.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
,
TableClass
TableClassSummary.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 © 2023. All rights reserved.