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, sdkFields
copy
applyMutation, build
AwsDynamoDbTableReplicaGlobalSecondaryIndex.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 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.Builder
provisionedThroughputOverride(AwsDynamoDbTableProvisionedThroughputOverride)
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.