public static interface AwsDynamoDbTableReplica.Builder extends SdkPojo, CopyableBuilder<AwsDynamoDbTableReplica.Builder,AwsDynamoDbTableReplica>
| Modifier and Type | Method and Description |
|---|---|
AwsDynamoDbTableReplica.Builder |
globalSecondaryIndexes(AwsDynamoDbTableReplicaGlobalSecondaryIndex... globalSecondaryIndexes)
List of global secondary indexes for the replica.
|
AwsDynamoDbTableReplica.Builder |
globalSecondaryIndexes(Collection<AwsDynamoDbTableReplicaGlobalSecondaryIndex> globalSecondaryIndexes)
List of global secondary indexes for the replica.
|
AwsDynamoDbTableReplica.Builder |
globalSecondaryIndexes(Consumer<AwsDynamoDbTableReplicaGlobalSecondaryIndex.Builder>... globalSecondaryIndexes)
List of global secondary indexes for the replica.
|
AwsDynamoDbTableReplica.Builder |
kmsMasterKeyId(String kmsMasterKeyId)
The identifier of the KMS key that will be used for KMS encryption for the replica.
|
AwsDynamoDbTableReplica.Builder |
provisionedThroughputOverride(AwsDynamoDbTableProvisionedThroughputOverride provisionedThroughputOverride)
Replica-specific configuration for the provisioned throughput.
|
default AwsDynamoDbTableReplica.Builder |
provisionedThroughputOverride(Consumer<AwsDynamoDbTableProvisionedThroughputOverride.Builder> provisionedThroughputOverride)
Replica-specific configuration for the provisioned throughput.
|
AwsDynamoDbTableReplica.Builder |
regionName(String regionName)
The name of the Region where the replica is located.
|
AwsDynamoDbTableReplica.Builder |
replicaStatus(String replicaStatus)
The current status of the replica.
|
AwsDynamoDbTableReplica.Builder |
replicaStatusDescription(String replicaStatusDescription)
Detailed information about the replica status.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsDynamoDbTableReplica.Builder globalSecondaryIndexes(Collection<AwsDynamoDbTableReplicaGlobalSecondaryIndex> globalSecondaryIndexes)
List of global secondary indexes for the replica.
globalSecondaryIndexes - List of global secondary indexes for the replica.AwsDynamoDbTableReplica.Builder globalSecondaryIndexes(AwsDynamoDbTableReplicaGlobalSecondaryIndex... globalSecondaryIndexes)
List of global secondary indexes for the replica.
globalSecondaryIndexes - List of global secondary indexes for the replica.AwsDynamoDbTableReplica.Builder globalSecondaryIndexes(Consumer<AwsDynamoDbTableReplicaGlobalSecondaryIndex.Builder>... globalSecondaryIndexes)
List of global secondary indexes for the replica.
This is a convenience method that creates an instance of theAwsDynamoDbTableReplicaGlobalSecondaryIndex.Builder
avoiding the need to create one manually via
AwsDynamoDbTableReplicaGlobalSecondaryIndex.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #globalSecondaryIndexes(List.
globalSecondaryIndexes - a consumer that will call methods on
AwsDynamoDbTableReplicaGlobalSecondaryIndex.Builder#globalSecondaryIndexes(java.util.Collection) AwsDynamoDbTableReplica.Builder kmsMasterKeyId(String kmsMasterKeyId)
The identifier of the KMS key that will be used for KMS encryption for the replica.
kmsMasterKeyId - The identifier of the KMS key that will be used for KMS encryption for the replica.AwsDynamoDbTableReplica.Builder provisionedThroughputOverride(AwsDynamoDbTableProvisionedThroughputOverride provisionedThroughputOverride)
Replica-specific configuration for the provisioned throughput.
provisionedThroughputOverride - Replica-specific configuration for the provisioned throughput.default AwsDynamoDbTableReplica.Builder provisionedThroughputOverride(Consumer<AwsDynamoDbTableProvisionedThroughputOverride.Builder> provisionedThroughputOverride)
Replica-specific configuration for the provisioned throughput.
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)AwsDynamoDbTableReplica.Builder regionName(String regionName)
The name of the Region where the replica is located.
regionName - The name of the Region where the replica is located.AwsDynamoDbTableReplica.Builder replicaStatus(String replicaStatus)
The current status of the replica. Valid values are as follows:
ACTIVE
CREATING
CREATION_FAILED
DELETING
UPDATING
replicaStatus - The current status of the replica. Valid values are as follows:
ACTIVE
CREATING
CREATION_FAILED
DELETING
UPDATING
AwsDynamoDbTableReplica.Builder replicaStatusDescription(String replicaStatusDescription)
Detailed information about the replica status.
replicaStatusDescription - Detailed information about the replica status.Copyright © 2023. All rights reserved.