Struct aws_sdk_rbin::types::builders::LockConfigurationBuilder
source · #[non_exhaustive]pub struct LockConfigurationBuilder { /* private fields */ }
Expand description
A builder for LockConfiguration
.
Implementations§
source§impl LockConfigurationBuilder
impl LockConfigurationBuilder
sourcepub fn unlock_delay(self, input: UnlockDelay) -> Self
pub fn unlock_delay(self, input: UnlockDelay) -> Self
Information about the retention rule unlock delay.
sourcepub fn set_unlock_delay(self, input: Option<UnlockDelay>) -> Self
pub fn set_unlock_delay(self, input: Option<UnlockDelay>) -> Self
Information about the retention rule unlock delay.
sourcepub fn get_unlock_delay(&self) -> &Option<UnlockDelay>
pub fn get_unlock_delay(&self) -> &Option<UnlockDelay>
Information about the retention rule unlock delay.
sourcepub fn build(self) -> LockConfiguration
pub fn build(self) -> LockConfiguration
Consumes the builder and constructs a LockConfiguration
.
Trait Implementations§
source§impl Clone for LockConfigurationBuilder
impl Clone for LockConfigurationBuilder
source§fn clone(&self) -> LockConfigurationBuilder
fn clone(&self) -> LockConfigurationBuilder
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 Debug for LockConfigurationBuilder
impl Debug for LockConfigurationBuilder
source§impl Default for LockConfigurationBuilder
impl Default for LockConfigurationBuilder
source§fn default() -> LockConfigurationBuilder
fn default() -> LockConfigurationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<LockConfigurationBuilder> for LockConfigurationBuilder
impl PartialEq<LockConfigurationBuilder> for LockConfigurationBuilder
source§fn eq(&self, other: &LockConfigurationBuilder) -> bool
fn eq(&self, other: &LockConfigurationBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LockConfigurationBuilder
Auto Trait Implementations§
impl RefUnwindSafe for LockConfigurationBuilder
impl Send for LockConfigurationBuilder
impl Sync for LockConfigurationBuilder
impl Unpin for LockConfigurationBuilder
impl UnwindSafe for LockConfigurationBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more