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