Struct aws_sdk_rbin::model::lock_configuration::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for LockConfiguration
.
Implementations§
source§impl Builder
impl Builder
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 build(self) -> LockConfiguration
pub fn build(self) -> LockConfiguration
Consumes the builder and constructs a LockConfiguration
.