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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlobalSecondaryIndexWarmThroughputDescription.BuilderreadUnitsPerSecond(Long readUnitsPerSecond)Represents warm throughput read units per second value for a global secondary index.GlobalSecondaryIndexWarmThroughputDescription.Builderstatus(String status)Represents the warm throughput status being created or updated on a global secondary index.GlobalSecondaryIndexWarmThroughputDescription.Builderstatus(IndexStatus status)Represents the warm throughput status being created or updated on a global secondary index.GlobalSecondaryIndexWarmThroughputDescription.BuilderwriteUnitsPerSecond(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
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
GlobalSecondaryIndexWarmThroughputDescription.Builder readUnitsPerSecond(Long 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
GlobalSecondaryIndexWarmThroughputDescription.Builder writeUnitsPerSecond(Long 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
GlobalSecondaryIndexWarmThroughputDescription.Builder status(String 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:
IndexStatus,IndexStatus
-
status
GlobalSecondaryIndexWarmThroughputDescription.Builder status(IndexStatus 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:
IndexStatus,IndexStatus
-
-