pub struct Builder { /* private fields */ }
Expand description
A builder for DescribeTimeToLiveOutput
.
Implementations§
source§impl Builder
impl Builder
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
.