Struct aws_sdk_securityhub::types::builders::AwsDynamoDbTableReplicaGlobalSecondaryIndexBuilder
source · #[non_exhaustive]pub struct AwsDynamoDbTableReplicaGlobalSecondaryIndexBuilder { /* private fields */ }Expand description
A builder for AwsDynamoDbTableReplicaGlobalSecondaryIndex.
Implementations§
source§impl AwsDynamoDbTableReplicaGlobalSecondaryIndexBuilder
impl AwsDynamoDbTableReplicaGlobalSecondaryIndexBuilder
sourcepub fn index_name(self, input: impl Into<String>) -> Self
pub fn index_name(self, input: impl Into<String>) -> Self
The name of the index.
sourcepub fn set_index_name(self, input: Option<String>) -> Self
pub fn set_index_name(self, input: Option<String>) -> Self
The name of the index.
sourcepub fn get_index_name(&self) -> &Option<String>
pub fn get_index_name(&self) -> &Option<String>
The name of the index.
sourcepub fn provisioned_throughput_override(
self,
input: AwsDynamoDbTableProvisionedThroughputOverride
) -> Self
pub fn provisioned_throughput_override( self, input: AwsDynamoDbTableProvisionedThroughputOverride ) -> Self
Replica-specific configuration for the provisioned throughput for the index.
sourcepub fn set_provisioned_throughput_override(
self,
input: Option<AwsDynamoDbTableProvisionedThroughputOverride>
) -> Self
pub fn set_provisioned_throughput_override( self, input: Option<AwsDynamoDbTableProvisionedThroughputOverride> ) -> Self
Replica-specific configuration for the provisioned throughput for the index.
sourcepub fn get_provisioned_throughput_override(
&self
) -> &Option<AwsDynamoDbTableProvisionedThroughputOverride>
pub fn get_provisioned_throughput_override( &self ) -> &Option<AwsDynamoDbTableProvisionedThroughputOverride>
Replica-specific configuration for the provisioned throughput for the index.
sourcepub fn build(self) -> AwsDynamoDbTableReplicaGlobalSecondaryIndex
pub fn build(self) -> AwsDynamoDbTableReplicaGlobalSecondaryIndex
Consumes the builder and constructs a AwsDynamoDbTableReplicaGlobalSecondaryIndex.
Trait Implementations§
source§impl Clone for AwsDynamoDbTableReplicaGlobalSecondaryIndexBuilder
impl Clone for AwsDynamoDbTableReplicaGlobalSecondaryIndexBuilder
source§fn clone(&self) -> AwsDynamoDbTableReplicaGlobalSecondaryIndexBuilder
fn clone(&self) -> AwsDynamoDbTableReplicaGlobalSecondaryIndexBuilder
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 AwsDynamoDbTableReplicaGlobalSecondaryIndexBuilder
impl Default for AwsDynamoDbTableReplicaGlobalSecondaryIndexBuilder
source§fn default() -> AwsDynamoDbTableReplicaGlobalSecondaryIndexBuilder
fn default() -> AwsDynamoDbTableReplicaGlobalSecondaryIndexBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AwsDynamoDbTableReplicaGlobalSecondaryIndexBuilder
impl PartialEq for AwsDynamoDbTableReplicaGlobalSecondaryIndexBuilder
source§fn eq(&self, other: &AwsDynamoDbTableReplicaGlobalSecondaryIndexBuilder) -> bool
fn eq(&self, other: &AwsDynamoDbTableReplicaGlobalSecondaryIndexBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AwsDynamoDbTableReplicaGlobalSecondaryIndexBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AwsDynamoDbTableReplicaGlobalSecondaryIndexBuilder
impl Send for AwsDynamoDbTableReplicaGlobalSecondaryIndexBuilder
impl Sync for AwsDynamoDbTableReplicaGlobalSecondaryIndexBuilder
impl Unpin for AwsDynamoDbTableReplicaGlobalSecondaryIndexBuilder
impl UnwindSafe for AwsDynamoDbTableReplicaGlobalSecondaryIndexBuilder
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.