Interface WarmThroughputSpecification.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WarmThroughputSpecification.Builder,,WarmThroughputSpecification> SdkBuilder<WarmThroughputSpecification.Builder,,WarmThroughputSpecification> SdkPojo
- Enclosing class:
WarmThroughputSpecification
@Mutable
@NotThreadSafe
public static interface WarmThroughputSpecification.Builder
extends SdkPojo, CopyableBuilder<WarmThroughputSpecification.Builder,WarmThroughputSpecification>
-
Method Summary
Modifier and TypeMethodDescriptionreadUnitsPerSecond(Long readUnitsPerSecond) The number of read capacity units per second to pre-warm the table for read capacity throughput.writeUnitsPerSecond(Long writeUnitsPerSecond) The number of write capacity units per second to pre-warm the table for write capacity 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 to pre-warm the table for read capacity throughput. The minimum value is 1.
- Parameters:
readUnitsPerSecond- The number of read capacity units per second to pre-warm the table for read capacity throughput. The minimum value is 1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
writeUnitsPerSecond
The number of write capacity units per second to pre-warm the table for write capacity throughput. The minimum value is 1.
- Parameters:
writeUnitsPerSecond- The number of write capacity units per second to pre-warm the table for write capacity throughput. The minimum value is 1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-