Struct aws_sdk_dynamodb::model::replica_global_secondary_index_settings_description::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ReplicaGlobalSecondaryIndexSettingsDescription
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 current status of the global secondary index:
-
CREATING
- The global secondary index is being created. -
UPDATING
- The global secondary index is being updated. -
DELETING
- The global secondary index is being deleted. -
ACTIVE
- The global secondary index is ready for use.
The current status of the global secondary index:
-
CREATING
- The global secondary index is being created. -
UPDATING
- The global secondary index is being updated. -
DELETING
- The global secondary index is being deleted. -
ACTIVE
- The global secondary index is ready for use.
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(
self,
input: AutoScalingSettingsDescription
) -> Self
pub fn provisioned_read_capacity_auto_scaling_settings(
self,
input: AutoScalingSettingsDescription
) -> Self
Auto scaling settings for a global secondary index replica's read capacity units.
pub fn set_provisioned_read_capacity_auto_scaling_settings(
self,
input: Option<AutoScalingSettingsDescription>
) -> Self
pub fn set_provisioned_read_capacity_auto_scaling_settings(
self,
input: Option<AutoScalingSettingsDescription>
) -> Self
Auto scaling settings for a global secondary index replica's read capacity units.
The maximum number of writes consumed per second before DynamoDB returns a
ThrottlingException
.
The maximum number of writes consumed per second before DynamoDB returns a
ThrottlingException
.
pub fn provisioned_write_capacity_auto_scaling_settings(
self,
input: AutoScalingSettingsDescription
) -> Self
pub fn provisioned_write_capacity_auto_scaling_settings(
self,
input: AutoScalingSettingsDescription
) -> Self
Auto scaling settings for a global secondary index replica's write capacity units.
pub fn set_provisioned_write_capacity_auto_scaling_settings(
self,
input: Option<AutoScalingSettingsDescription>
) -> Self
pub fn set_provisioned_write_capacity_auto_scaling_settings(
self,
input: Option<AutoScalingSettingsDescription>
) -> Self
Auto scaling settings for a global secondary index replica's write capacity units.
Consumes the builder and constructs a ReplicaGlobalSecondaryIndexSettingsDescription
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