Struct aws_sdk_s3::output::put_object_retention_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for PutObjectRetentionOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn request_charged(self, input: RequestCharged) -> Self
pub fn request_charged(self, input: RequestCharged) -> Self
If present, indicates that the requester was successfully charged for the request.
sourcepub fn set_request_charged(self, input: Option<RequestCharged>) -> Self
pub fn set_request_charged(self, input: Option<RequestCharged>) -> Self
If present, indicates that the requester was successfully charged for the request.
sourcepub fn build(self) -> PutObjectRetentionOutput
pub fn build(self) -> PutObjectRetentionOutput
Consumes the builder and constructs a PutObjectRetentionOutput
.