Struct aws_sdk_securityhub::types::builders::AwsDynamoDbTableProvisionedThroughputOverrideBuilder
source · #[non_exhaustive]pub struct AwsDynamoDbTableProvisionedThroughputOverrideBuilder { /* private fields */ }
Expand description
A builder for AwsDynamoDbTableProvisionedThroughputOverride
.
Implementations§
source§impl AwsDynamoDbTableProvisionedThroughputOverrideBuilder
impl AwsDynamoDbTableProvisionedThroughputOverrideBuilder
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 get_read_capacity_units(&self) -> &Option<i32>
pub fn get_read_capacity_units(&self) -> &Option<i32>
The read capacity units for the replica.
sourcepub fn build(self) -> AwsDynamoDbTableProvisionedThroughputOverride
pub fn build(self) -> AwsDynamoDbTableProvisionedThroughputOverride
Consumes the builder and constructs a AwsDynamoDbTableProvisionedThroughputOverride
.
Trait Implementations§
source§impl Clone for AwsDynamoDbTableProvisionedThroughputOverrideBuilder
impl Clone for AwsDynamoDbTableProvisionedThroughputOverrideBuilder
source§fn clone(&self) -> AwsDynamoDbTableProvisionedThroughputOverrideBuilder
fn clone(&self) -> AwsDynamoDbTableProvisionedThroughputOverrideBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for AwsDynamoDbTableProvisionedThroughputOverrideBuilder
impl Default for AwsDynamoDbTableProvisionedThroughputOverrideBuilder
source§fn default() -> AwsDynamoDbTableProvisionedThroughputOverrideBuilder
fn default() -> AwsDynamoDbTableProvisionedThroughputOverrideBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AwsDynamoDbTableProvisionedThroughputOverrideBuilder
impl PartialEq for AwsDynamoDbTableProvisionedThroughputOverrideBuilder
source§fn eq(
&self,
other: &AwsDynamoDbTableProvisionedThroughputOverrideBuilder
) -> bool
fn eq( &self, other: &AwsDynamoDbTableProvisionedThroughputOverrideBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AwsDynamoDbTableProvisionedThroughputOverrideBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AwsDynamoDbTableProvisionedThroughputOverrideBuilder
impl Send for AwsDynamoDbTableProvisionedThroughputOverrideBuilder
impl Sync for AwsDynamoDbTableProvisionedThroughputOverrideBuilder
impl Unpin for AwsDynamoDbTableProvisionedThroughputOverrideBuilder
impl UnwindSafe for AwsDynamoDbTableProvisionedThroughputOverrideBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.