static ReplicaGlobalSecondaryIndexDescription.Builder |
ReplicaGlobalSecondaryIndexDescription.builder() |
|
ReplicaGlobalSecondaryIndexDescription.Builder |
ReplicaGlobalSecondaryIndexDescription.Builder.indexName(String indexName) |
The name of the global secondary index.
|
default ReplicaGlobalSecondaryIndexDescription.Builder |
ReplicaGlobalSecondaryIndexDescription.Builder.onDemandThroughputOverride(Consumer<OnDemandThroughputOverride.Builder> onDemandThroughputOverride) |
Overrides the maximum on-demand throughput for the specified global secondary index in the specified replica
table.
|
ReplicaGlobalSecondaryIndexDescription.Builder |
ReplicaGlobalSecondaryIndexDescription.Builder.onDemandThroughputOverride(OnDemandThroughputOverride onDemandThroughputOverride) |
Overrides the maximum on-demand throughput for the specified global secondary index in the specified replica
table.
|
default ReplicaGlobalSecondaryIndexDescription.Builder |
ReplicaGlobalSecondaryIndexDescription.Builder.provisionedThroughputOverride(Consumer<ProvisionedThroughputOverride.Builder> provisionedThroughputOverride) |
If not described, uses the source table GSI's read capacity settings.
|
ReplicaGlobalSecondaryIndexDescription.Builder |
ReplicaGlobalSecondaryIndexDescription.Builder.provisionedThroughputOverride(ProvisionedThroughputOverride provisionedThroughputOverride) |
If not described, uses the source table GSI's read capacity settings.
|
ReplicaGlobalSecondaryIndexDescription.Builder |
ReplicaGlobalSecondaryIndexDescription.toBuilder() |
|
default ReplicaGlobalSecondaryIndexDescription.Builder |
ReplicaGlobalSecondaryIndexDescription.Builder.warmThroughput(Consumer<GlobalSecondaryIndexWarmThroughputDescription.Builder> warmThroughput) |
Represents the warm throughput of the global secondary index for this replica.
|
ReplicaGlobalSecondaryIndexDescription.Builder |
ReplicaGlobalSecondaryIndexDescription.Builder.warmThroughput(GlobalSecondaryIndexWarmThroughputDescription warmThroughput) |
Represents the warm throughput of the global secondary index for this replica.
|