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 AWS KMS customer master key (CMK) that will be used for AWS 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 that creates an instance of the.Builder avoiding the need to create one manually via
List#builder() .
When the Consumer completes, .Builder#build() is called immediately and its result is passed
to #globalSecondaryIndexes(List) .globalSecondaryIndexes - a consumer that will call methods on List.Builder #globalSecondaryIndexes(List) AwsDynamoDbTableReplica.Builder kmsMasterKeyId(String kmsMasterKeyId)
The identifier of the AWS KMS customer master key (CMK) that will be used for AWS KMS encryption for the replica.
kmsMasterKeyId - The identifier of the AWS KMS customer master key (CMK) that will be used for AWS 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 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.
replicaStatus - The current status of the replica.AwsDynamoDbTableReplica.Builder replicaStatusDescription(String replicaStatusDescription)
Detailed information about the replica status.
replicaStatusDescription - Detailed information about the replica status.Copyright © 2021. All rights reserved.