static ReplicaGlobalSecondaryIndexSettingsDescription.Builder |
ReplicaGlobalSecondaryIndexSettingsDescription.builder() |
|
ReplicaGlobalSecondaryIndexSettingsDescription.Builder |
ReplicaGlobalSecondaryIndexSettingsDescription.Builder.indexName(String indexName) |
The name of the global secondary index.
|
ReplicaGlobalSecondaryIndexSettingsDescription.Builder |
ReplicaGlobalSecondaryIndexSettingsDescription.Builder.indexStatus(String indexStatus) |
The current status of the global secondary index:
|
ReplicaGlobalSecondaryIndexSettingsDescription.Builder |
ReplicaGlobalSecondaryIndexSettingsDescription.Builder.indexStatus(IndexStatus indexStatus) |
The current status of the global secondary index:
|
default ReplicaGlobalSecondaryIndexSettingsDescription.Builder |
ReplicaGlobalSecondaryIndexSettingsDescription.Builder.provisionedReadCapacityAutoScalingSettings(Consumer<AutoScalingSettingsDescription.Builder> provisionedReadCapacityAutoScalingSettings) |
Auto scaling settings for a global secondary index replica's read capacity units.
|
ReplicaGlobalSecondaryIndexSettingsDescription.Builder |
ReplicaGlobalSecondaryIndexSettingsDescription.Builder.provisionedReadCapacityAutoScalingSettings(AutoScalingSettingsDescription provisionedReadCapacityAutoScalingSettings) |
Auto scaling settings for a global secondary index replica's read capacity units.
|
ReplicaGlobalSecondaryIndexSettingsDescription.Builder |
ReplicaGlobalSecondaryIndexSettingsDescription.Builder.provisionedReadCapacityUnits(Long provisionedReadCapacityUnits) |
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException.
|
default ReplicaGlobalSecondaryIndexSettingsDescription.Builder |
ReplicaGlobalSecondaryIndexSettingsDescription.Builder.provisionedWriteCapacityAutoScalingSettings(Consumer<AutoScalingSettingsDescription.Builder> provisionedWriteCapacityAutoScalingSettings) |
Auto scaling settings for a global secondary index replica's write capacity units.
|
ReplicaGlobalSecondaryIndexSettingsDescription.Builder |
ReplicaGlobalSecondaryIndexSettingsDescription.Builder.provisionedWriteCapacityAutoScalingSettings(AutoScalingSettingsDescription provisionedWriteCapacityAutoScalingSettings) |
Auto scaling settings for a global secondary index replica's write capacity units.
|
ReplicaGlobalSecondaryIndexSettingsDescription.Builder |
ReplicaGlobalSecondaryIndexSettingsDescription.Builder.provisionedWriteCapacityUnits(Long provisionedWriteCapacityUnits) |
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
|
ReplicaGlobalSecondaryIndexSettingsDescription.Builder |
ReplicaGlobalSecondaryIndexSettingsDescription.toBuilder() |
|