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