Interface TableClassSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TableClassSummary.Builder,
,TableClassSummary> SdkBuilder<TableClassSummary.Builder,
,TableClassSummary> SdkPojo
- Enclosing class:
TableClassSummary
public static interface TableClassSummary.Builder
extends SdkPojo, CopyableBuilder<TableClassSummary.Builder,TableClassSummary>
-
Method Summary
Modifier and TypeMethodDescriptionlastUpdateDateTime
(Instant lastUpdateDateTime) The date and time at which the table class was last updated.tableClass
(String tableClass) The table class of the specified table.tableClass
(TableClass tableClass) The table class of the specified table.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
tableClass
The table class of the specified table. Valid values are
STANDARD
andSTANDARD_INFREQUENT_ACCESS
.- Parameters:
tableClass
- The table class of the specified table. Valid values areSTANDARD
andSTANDARD_INFREQUENT_ACCESS
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tableClass
The table class of the specified table. Valid values are
STANDARD
andSTANDARD_INFREQUENT_ACCESS
.- Parameters:
tableClass
- The table class of the specified table. Valid values areSTANDARD
andSTANDARD_INFREQUENT_ACCESS
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastUpdateDateTime
The date and time at which the table class was last updated.
- Parameters:
lastUpdateDateTime
- The date and time at which the table class was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-