Interface TableWarmThroughputDescription.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TableWarmThroughputDescription.Builder,
,TableWarmThroughputDescription> SdkBuilder<TableWarmThroughputDescription.Builder,
,TableWarmThroughputDescription> SdkPojo
- Enclosing class:
TableWarmThroughputDescription
@Mutable
@NotThreadSafe
public static interface TableWarmThroughputDescription.Builder
extends SdkPojo, CopyableBuilder<TableWarmThroughputDescription.Builder,TableWarmThroughputDescription>
-
Method Summary
Modifier and TypeMethodDescriptionreadUnitsPerSecond
(Long readUnitsPerSecond) Represents the base table's warm throughput value in read units per second.Represents warm throughput value of the base table.status
(TableStatus status) Represents warm throughput value of the base table.writeUnitsPerSecond
(Long writeUnitsPerSecond) Represents the base table's warm throughput value in write units per second.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 Details
-
readUnitsPerSecond
Represents the base table's warm throughput value in read units per second.
- Parameters:
readUnitsPerSecond
- Represents the base table's warm throughput value in read units per second.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
writeUnitsPerSecond
Represents the base table's warm throughput value in write units per second.
- Parameters:
writeUnitsPerSecond
- Represents the base table's warm throughput value in write units per second.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Represents warm throughput value of the base table.
- Parameters:
status
- Represents warm throughput value of the base table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Represents warm throughput value of the base table.
- Parameters:
status
- Represents warm throughput value of the base table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-