pub struct Builder { /* private fields */ }
Expand description
A builder for GetObjectLockConfigurationOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn object_lock_configuration(self, input: ObjectLockConfiguration) -> Self
pub fn object_lock_configuration(self, input: ObjectLockConfiguration) -> Self
The specified bucket's Object Lock configuration.
sourcepub fn set_object_lock_configuration(
self,
input: Option<ObjectLockConfiguration>
) -> Self
pub fn set_object_lock_configuration(
self,
input: Option<ObjectLockConfiguration>
) -> Self
The specified bucket's Object Lock configuration.
sourcepub fn build(self) -> GetObjectLockConfigurationOutput
pub fn build(self) -> GetObjectLockConfigurationOutput
Consumes the builder and constructs a GetObjectLockConfigurationOutput
.