Interface WarmThroughput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WarmThroughput.Builder,,WarmThroughput> SdkBuilder<WarmThroughput.Builder,,WarmThroughput> SdkPojo
- Enclosing class:
WarmThroughput
@Mutable
@NotThreadSafe
public static interface WarmThroughput.Builder
extends SdkPojo, CopyableBuilder<WarmThroughput.Builder,WarmThroughput>
-
Method Summary
Modifier and TypeMethodDescriptionreadUnitsPerSecond(Long readUnitsPerSecond) Represents the number of read operations your base table can instantaneously support.writeUnitsPerSecond(Long writeUnitsPerSecond) Represents the number of write operations your base table can instantaneously support.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
Represents the number of read operations your base table can instantaneously support.
- Parameters:
readUnitsPerSecond- Represents the number of read operations your base table can instantaneously support.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
writeUnitsPerSecond
Represents the number of write operations your base table can instantaneously support.
- Parameters:
writeUnitsPerSecond- Represents the number of write operations your base table can instantaneously support.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-