public static interface AwsDynamoDbTableReplicaGlobalSecondaryIndex.Builder extends SdkPojo, CopyableBuilder<AwsDynamoDbTableReplicaGlobalSecondaryIndex.Builder,AwsDynamoDbTableReplicaGlobalSecondaryIndex>
| Modifier and Type | Method and Description |
|---|---|
AwsDynamoDbTableReplicaGlobalSecondaryIndex.Builder |
indexName(String indexName)
The name of the index.
|
AwsDynamoDbTableReplicaGlobalSecondaryIndex.Builder |
provisionedThroughputOverride(AwsDynamoDbTableProvisionedThroughputOverride provisionedThroughputOverride)
Replica-specific configuration for the provisioned throughput for the index.
|
default AwsDynamoDbTableReplicaGlobalSecondaryIndex.Builder |
provisionedThroughputOverride(Consumer<AwsDynamoDbTableProvisionedThroughputOverride.Builder> provisionedThroughputOverride)
Replica-specific configuration for the provisioned throughput for the index.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsDynamoDbTableReplicaGlobalSecondaryIndex.Builder indexName(String indexName)
The name of the index.
indexName - The name of the index.AwsDynamoDbTableReplicaGlobalSecondaryIndex.Builder provisionedThroughputOverride(AwsDynamoDbTableProvisionedThroughputOverride provisionedThroughputOverride)
Replica-specific configuration for the provisioned throughput for the index.
provisionedThroughputOverride - Replica-specific configuration for the provisioned throughput for the index.default AwsDynamoDbTableReplicaGlobalSecondaryIndex.Builder provisionedThroughputOverride(Consumer<AwsDynamoDbTableProvisionedThroughputOverride.Builder> provisionedThroughputOverride)
Replica-specific configuration for the provisioned throughput for the index.
This is a convenience method that creates an instance of theAwsDynamoDbTableProvisionedThroughputOverride.Builder avoiding the need to create one manually via
AwsDynamoDbTableProvisionedThroughputOverride.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
provisionedThroughputOverride(AwsDynamoDbTableProvisionedThroughputOverride).
provisionedThroughputOverride - a consumer that will call methods on AwsDynamoDbTableProvisionedThroughputOverride.BuilderprovisionedThroughputOverride(AwsDynamoDbTableProvisionedThroughputOverride)Copyright © 2023. All rights reserved.