Struct aws_sdk_securityhub::model::aws_dynamo_db_table_provisioned_throughput_override::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AwsDynamoDbTableProvisionedThroughputOverride
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn read_capacity_units(self, input: i32) -> Self
pub fn read_capacity_units(self, input: i32) -> Self
The read capacity units for the replica.
sourcepub fn set_read_capacity_units(self, input: Option<i32>) -> Self
pub fn set_read_capacity_units(self, input: Option<i32>) -> Self
The read capacity units for the replica.
sourcepub fn build(self) -> AwsDynamoDbTableProvisionedThroughputOverride
pub fn build(self) -> AwsDynamoDbTableProvisionedThroughputOverride
Consumes the builder and constructs a AwsDynamoDbTableProvisionedThroughputOverride
.