Interface GlobalSecondaryIndexWarmThroughputDescription.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GlobalSecondaryIndexWarmThroughputDescription.Builder,,GlobalSecondaryIndexWarmThroughputDescription> SdkBuilder<GlobalSecondaryIndexWarmThroughputDescription.Builder,,GlobalSecondaryIndexWarmThroughputDescription> SdkPojo
- Enclosing class:
GlobalSecondaryIndexWarmThroughputDescription
@Mutable
@NotThreadSafe
public static interface GlobalSecondaryIndexWarmThroughputDescription.Builder
extends SdkPojo, CopyableBuilder<GlobalSecondaryIndexWarmThroughputDescription.Builder,GlobalSecondaryIndexWarmThroughputDescription>
-
Method Summary
Modifier and TypeMethodDescriptionreadUnitsPerSecond(Long readUnitsPerSecond) Represents warm throughput read units per second value for a global secondary index.Represents the warm throughput status being created or updated on a global secondary index.status(IndexStatus status) Represents the warm throughput status being created or updated on a global secondary index.writeUnitsPerSecond(Long writeUnitsPerSecond) Represents warm throughput write units per second value for a global secondary index.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 warm throughput read units per second value for a global secondary index.
- Parameters:
readUnitsPerSecond- Represents warm throughput read units per second value for a global secondary index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
writeUnitsPerSecond
Represents warm throughput write units per second value for a global secondary index.
- Parameters:
writeUnitsPerSecond- Represents warm throughput write units per second value for a global secondary index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Represents the warm throughput status being created or updated on a global secondary index. The status can only be
UPDATINGorACTIVE.- Parameters:
status- Represents the warm throughput status being created or updated on a global secondary index. The status can only beUPDATINGorACTIVE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Represents the warm throughput status being created or updated on a global secondary index. The status can only be
UPDATINGorACTIVE.- Parameters:
status- Represents the warm throughput status being created or updated on a global secondary index. The status can only beUPDATINGorACTIVE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-