Struct aws_sdk_dynamodb::operation::describe_global_table_settings::builders::DescribeGlobalTableSettingsInputBuilder
source · #[non_exhaustive]pub struct DescribeGlobalTableSettingsInputBuilder { /* private fields */ }
Expand description
A builder for DescribeGlobalTableSettingsInput
.
Implementations§
source§impl DescribeGlobalTableSettingsInputBuilder
impl DescribeGlobalTableSettingsInputBuilder
sourcepub fn global_table_name(self, input: impl Into<String>) -> Self
pub fn global_table_name(self, input: impl Into<String>) -> Self
The name of the global table to describe.
sourcepub fn set_global_table_name(self, input: Option<String>) -> Self
pub fn set_global_table_name(self, input: Option<String>) -> Self
The name of the global table to describe.
sourcepub fn build(self) -> Result<DescribeGlobalTableSettingsInput, BuildError>
pub fn build(self) -> Result<DescribeGlobalTableSettingsInput, BuildError>
Consumes the builder and constructs a DescribeGlobalTableSettingsInput
.
Trait Implementations§
source§impl Clone for DescribeGlobalTableSettingsInputBuilder
impl Clone for DescribeGlobalTableSettingsInputBuilder
source§fn clone(&self) -> DescribeGlobalTableSettingsInputBuilder
fn clone(&self) -> DescribeGlobalTableSettingsInputBuilder
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 DescribeGlobalTableSettingsInputBuilder
impl Default for DescribeGlobalTableSettingsInputBuilder
source§fn default() -> DescribeGlobalTableSettingsInputBuilder
fn default() -> DescribeGlobalTableSettingsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeGlobalTableSettingsInputBuilder> for DescribeGlobalTableSettingsInputBuilder
impl PartialEq<DescribeGlobalTableSettingsInputBuilder> for DescribeGlobalTableSettingsInputBuilder
source§fn eq(&self, other: &DescribeGlobalTableSettingsInputBuilder) -> bool
fn eq(&self, other: &DescribeGlobalTableSettingsInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.