public static interface UpdateReplicationGroupMemberAction.Builder extends SdkPojo, CopyableBuilder<UpdateReplicationGroupMemberAction.Builder,UpdateReplicationGroupMemberAction>
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateReplicationGroupMemberAction.Builder regionName(String regionName)
The Region where the replica exists.
regionName
- The Region where the replica exists.UpdateReplicationGroupMemberAction.Builder kmsMasterKeyId(String kmsMasterKeyId)
The KMS key of the replica that should be used for KMS encryption. To specify a key, use its key ID, Amazon
Resource Name (ARN), alias name, or alias ARN. Note that you should only provide this parameter if the key is
different from the default DynamoDB KMS key alias/aws/dynamodb
.
kmsMasterKeyId
- The KMS key of the replica that should be used for KMS encryption. To specify a key, use its key ID,
Amazon Resource Name (ARN), alias name, or alias ARN. Note that you should only provide this parameter
if the key is different from the default DynamoDB KMS key alias/aws/dynamodb
.UpdateReplicationGroupMemberAction.Builder provisionedThroughputOverride(ProvisionedThroughputOverride provisionedThroughputOverride)
Replica-specific provisioned throughput. If not specified, uses the source table's provisioned throughput settings.
provisionedThroughputOverride
- Replica-specific provisioned throughput. If not specified, uses the source table's provisioned
throughput settings.default UpdateReplicationGroupMemberAction.Builder provisionedThroughputOverride(Consumer<ProvisionedThroughputOverride.Builder> provisionedThroughputOverride)
Replica-specific provisioned throughput. If not specified, uses the source table's provisioned throughput settings.
This is a convenience method that creates an instance of theProvisionedThroughputOverride.Builder
avoiding the need to create one manually via ProvisionedThroughputOverride.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to provisionedThroughputOverride(ProvisionedThroughputOverride)
.
provisionedThroughputOverride
- a consumer that will call methods on ProvisionedThroughputOverride.Builder
provisionedThroughputOverride(ProvisionedThroughputOverride)
UpdateReplicationGroupMemberAction.Builder globalSecondaryIndexes(Collection<ReplicaGlobalSecondaryIndex> globalSecondaryIndexes)
Replica-specific global secondary index settings.
globalSecondaryIndexes
- Replica-specific global secondary index settings.UpdateReplicationGroupMemberAction.Builder globalSecondaryIndexes(ReplicaGlobalSecondaryIndex... globalSecondaryIndexes)
Replica-specific global secondary index settings.
globalSecondaryIndexes
- Replica-specific global secondary index settings.UpdateReplicationGroupMemberAction.Builder globalSecondaryIndexes(Consumer<ReplicaGlobalSecondaryIndex.Builder>... globalSecondaryIndexes)
Replica-specific global secondary index settings.
This is a convenience method that creates an instance of theReplicaGlobalSecondaryIndex.Builder
avoiding the need
to create one manually via
ReplicaGlobalSecondaryIndex.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
ReplicaGlobalSecondaryIndex.Builder
#globalSecondaryIndexes(java.util.Collection)
UpdateReplicationGroupMemberAction.Builder tableClassOverride(String tableClassOverride)
Replica-specific table class. If not specified, uses the source table's table class.
tableClassOverride
- Replica-specific table class. If not specified, uses the source table's table class.TableClass
,
TableClass
UpdateReplicationGroupMemberAction.Builder tableClassOverride(TableClass tableClassOverride)
Replica-specific table class. If not specified, uses the source table's table class.
tableClassOverride
- Replica-specific table class. If not specified, uses the source table's table class.TableClass
,
TableClass
Copyright © 2023. All rights reserved.