Struct aws_sdk_dynamodb::model::replica_global_secondary_index_settings_update::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ReplicaGlobalSecondaryIndexSettingsUpdate
Implementations
The name of the global secondary index. The name must be unique among all other indexes on this table.
The name of the global secondary index. The name must be unique among all other indexes on this table.
The maximum number of strongly consistent reads consumed per second before DynamoDB
returns a ThrottlingException
.
The maximum number of strongly consistent reads consumed per second before DynamoDB
returns a ThrottlingException
.
pub fn provisioned_read_capacity_auto_scaling_settings_update(
self,
input: AutoScalingSettingsUpdate
) -> Self
pub fn provisioned_read_capacity_auto_scaling_settings_update(
self,
input: AutoScalingSettingsUpdate
) -> Self
Auto scaling settings for managing a global secondary index replica's read capacity units.
pub fn set_provisioned_read_capacity_auto_scaling_settings_update(
self,
input: Option<AutoScalingSettingsUpdate>
) -> Self
pub fn set_provisioned_read_capacity_auto_scaling_settings_update(
self,
input: Option<AutoScalingSettingsUpdate>
) -> Self
Auto scaling settings for managing a global secondary index replica's read capacity units.
Consumes the builder and constructs a ReplicaGlobalSecondaryIndexSettingsUpdate
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