Struct aws_sdk_dynamodb::output::update_time_to_live_output::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateTimeToLiveOutput
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn time_to_live_specification(self, input: TimeToLiveSpecification) -> Self
pub fn time_to_live_specification(self, input: TimeToLiveSpecification) -> Self
Represents the output of an UpdateTimeToLive
operation.
sourcepub fn set_time_to_live_specification(
self,
input: Option<TimeToLiveSpecification>
) -> Self
pub fn set_time_to_live_specification(
self,
input: Option<TimeToLiveSpecification>
) -> Self
Represents the output of an UpdateTimeToLive
operation.
sourcepub fn build(self) -> UpdateTimeToLiveOutput
pub fn build(self) -> UpdateTimeToLiveOutput
Consumes the builder and constructs a UpdateTimeToLiveOutput
.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more