Struct aws_sdk_dynamodb::model::create_replication_group_member_action::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateReplicationGroupMemberAction
Implementations
The Region where the new replica will be created.
The Region where the new replica will be created.
The KMS key that should be used for KMS encryption in
the new replica. 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
.
The KMS key that should be used for KMS encryption in
the new replica. 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
.
Replica-specific provisioned throughput. If not specified, uses the source table's provisioned throughput settings.
pub fn set_provisioned_throughput_override(
self,
input: Option<ProvisionedThroughputOverride>
) -> Self
pub fn set_provisioned_throughput_override(
self,
input: Option<ProvisionedThroughputOverride>
) -> Self
Replica-specific provisioned throughput. If not specified, uses the source table's provisioned throughput settings.
Appends an item to global_secondary_indexes
.
To override the contents of this collection use set_global_secondary_indexes
.
Replica-specific global secondary index settings.
pub fn set_global_secondary_indexes(
self,
input: Option<Vec<ReplicaGlobalSecondaryIndex>>
) -> Self
pub fn set_global_secondary_indexes(
self,
input: Option<Vec<ReplicaGlobalSecondaryIndex>>
) -> Self
Replica-specific global secondary index settings.
Consumes the builder and constructs a CreateReplicationGroupMemberAction
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more