Interface TableWarmThroughputDescription.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<TableWarmThroughputDescription.Builder,TableWarmThroughputDescription>
,SdkBuilder<TableWarmThroughputDescription.Builder,TableWarmThroughputDescription>
,SdkPojo
- Enclosing class:
- TableWarmThroughputDescription
public static interface TableWarmThroughputDescription.Builder extends SdkPojo, CopyableBuilder<TableWarmThroughputDescription.Builder,TableWarmThroughputDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TableWarmThroughputDescription.Builder
readUnitsPerSecond(Long readUnitsPerSecond)
Represents the base table's warm throughput value in read units per second.TableWarmThroughputDescription.Builder
status(String status)
Represents warm throughput value of the base table..TableWarmThroughputDescription.Builder
status(TableStatus status)
Represents warm throughput value of the base table..TableWarmThroughputDescription.Builder
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 Detail
-
readUnitsPerSecond
TableWarmThroughputDescription.Builder readUnitsPerSecond(Long 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
TableWarmThroughputDescription.Builder writeUnitsPerSecond(Long 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
TableWarmThroughputDescription.Builder status(String 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:
TableStatus
,TableStatus
-
status
TableWarmThroughputDescription.Builder status(TableStatus 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:
TableStatus
,TableStatus
-
-