Interface TableClassSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TableClassSummary.Builder,TableClassSummary>,SdkBuilder<TableClassSummary.Builder,TableClassSummary>,SdkPojo
- Enclosing class:
- TableClassSummary
@Mutable @NotThreadSafe public static interface TableClassSummary.Builder extends SdkPojo, CopyableBuilder<TableClassSummary.Builder,TableClassSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TableClassSummary.BuilderlastUpdateDateTime(Instant lastUpdateDateTime)The date and time at which the table class was last updated.TableClassSummary.BuildertableClass(String tableClass)The table class of the specified table.TableClassSummary.BuildertableClass(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
tableClass
TableClassSummary.Builder tableClass(String tableClass)
The table class of the specified table. Valid values are
STANDARDandSTANDARD_INFREQUENT_ACCESS.- Parameters:
tableClass- The table class of the specified table. Valid values areSTANDARDandSTANDARD_INFREQUENT_ACCESS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TableClass,TableClass
-
tableClass
TableClassSummary.Builder tableClass(TableClass tableClass)
The table class of the specified table. Valid values are
STANDARDandSTANDARD_INFREQUENT_ACCESS.- Parameters:
tableClass- The table class of the specified table. Valid values areSTANDARDandSTANDARD_INFREQUENT_ACCESS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TableClass,TableClass
-
lastUpdateDateTime
TableClassSummary.Builder lastUpdateDateTime(Instant 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.
-
-