Interface WarmThroughputSpecificationSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WarmThroughputSpecificationSummary.Builder,,WarmThroughputSpecificationSummary> SdkBuilder<WarmThroughputSpecificationSummary.Builder,,WarmThroughputSpecificationSummary> SdkPojo
- Enclosing class:
WarmThroughputSpecificationSummary
@Mutable
@NotThreadSafe
public static interface WarmThroughputSpecificationSummary.Builder
extends SdkPojo, CopyableBuilder<WarmThroughputSpecificationSummary.Builder,WarmThroughputSpecificationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionreadUnitsPerSecond(Long readUnitsPerSecond) The number of read capacity units per second currently configured for warm throughput.The current status of the warm throughput configuration.status(WarmThroughputStatus status) The current status of the warm throughput configuration.writeUnitsPerSecond(Long writeUnitsPerSecond) The number of write capacity units per second currently configured for warm throughput.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
readUnitsPerSecond
The number of read capacity units per second currently configured for warm throughput.
- Parameters:
readUnitsPerSecond- The number of read capacity units per second currently configured for warm throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
writeUnitsPerSecond
The number of write capacity units per second currently configured for warm throughput.
- Parameters:
writeUnitsPerSecond- The number of write capacity units per second currently configured for warm throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the warm throughput configuration. Valid values are
AVAILABLEwhen the configuration is active, andUPDATINGwhen changes are being applied.- Parameters:
status- The current status of the warm throughput configuration. Valid values areAVAILABLEwhen the configuration is active, andUPDATINGwhen changes are being applied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the warm throughput configuration. Valid values are
AVAILABLEwhen the configuration is active, andUPDATINGwhen changes are being applied.- Parameters:
status- The current status of the warm throughput configuration. Valid values areAVAILABLEwhen the configuration is active, andUPDATINGwhen changes are being applied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-