Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
static ReplicaGlobalSecondaryIndexAutoScalingDescription.Builder |
ReplicaGlobalSecondaryIndexAutoScalingDescription.builder() |
ReplicaGlobalSecondaryIndexAutoScalingDescription.Builder |
ReplicaGlobalSecondaryIndexAutoScalingDescription.Builder.indexName(String indexName)
The name of the global secondary index.
|
ReplicaGlobalSecondaryIndexAutoScalingDescription.Builder |
ReplicaGlobalSecondaryIndexAutoScalingDescription.Builder.indexStatus(IndexStatus indexStatus)
The current state of the replica global secondary index:
|
ReplicaGlobalSecondaryIndexAutoScalingDescription.Builder |
ReplicaGlobalSecondaryIndexAutoScalingDescription.Builder.indexStatus(String indexStatus)
The current state of the replica global secondary index:
|
ReplicaGlobalSecondaryIndexAutoScalingDescription.Builder |
ReplicaGlobalSecondaryIndexAutoScalingDescription.Builder.provisionedReadCapacityAutoScalingSettings(AutoScalingSettingsDescription provisionedReadCapacityAutoScalingSettings)
Sets the value of the ProvisionedReadCapacityAutoScalingSettings property for this object.
|
default ReplicaGlobalSecondaryIndexAutoScalingDescription.Builder |
ReplicaGlobalSecondaryIndexAutoScalingDescription.Builder.provisionedReadCapacityAutoScalingSettings(Consumer<AutoScalingSettingsDescription.Builder> provisionedReadCapacityAutoScalingSettings)
Sets the value of the ProvisionedReadCapacityAutoScalingSettings property for this object.
|
ReplicaGlobalSecondaryIndexAutoScalingDescription.Builder |
ReplicaGlobalSecondaryIndexAutoScalingDescription.Builder.provisionedWriteCapacityAutoScalingSettings(AutoScalingSettingsDescription provisionedWriteCapacityAutoScalingSettings)
Sets the value of the ProvisionedWriteCapacityAutoScalingSettings property for this object.
|
default ReplicaGlobalSecondaryIndexAutoScalingDescription.Builder |
ReplicaGlobalSecondaryIndexAutoScalingDescription.Builder.provisionedWriteCapacityAutoScalingSettings(Consumer<AutoScalingSettingsDescription.Builder> provisionedWriteCapacityAutoScalingSettings)
Sets the value of the ProvisionedWriteCapacityAutoScalingSettings property for this object.
|
ReplicaGlobalSecondaryIndexAutoScalingDescription.Builder |
ReplicaGlobalSecondaryIndexAutoScalingDescription.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends ReplicaGlobalSecondaryIndexAutoScalingDescription.Builder> |
ReplicaGlobalSecondaryIndexAutoScalingDescription.serializableBuilderClass() |
Copyright © 2020. All rights reserved.