Struct aws_sdk_s3::output::put_object_acl_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for PutObjectAclOutput
.
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) -> PutObjectAclOutput
pub fn build(self) -> PutObjectAclOutput
Consumes the builder and constructs a PutObjectAclOutput
.