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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WarmThroughput.BuilderreadUnitsPerSecond(Long readUnitsPerSecond)Represents the number of read operations your base table can instantaneously support.WarmThroughput.BuilderwriteUnitsPerSecond(Long writeUnitsPerSecond)Represents the number of write operations your base table can instantaneously support.-
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
WarmThroughput.Builder readUnitsPerSecond(Long 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
WarmThroughput.Builder writeUnitsPerSecond(Long 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.
-
-