Struct aws_sdk_s3::model::access_control_translation::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AccessControlTranslation
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn owner(self, input: OwnerOverride) -> Self
pub fn owner(self, input: OwnerOverride) -> Self
Specifies the replica ownership. For default and valid values, see PUT bucket replication in the Amazon S3 API Reference.
sourcepub fn set_owner(self, input: Option<OwnerOverride>) -> Self
pub fn set_owner(self, input: Option<OwnerOverride>) -> Self
Specifies the replica ownership. For default and valid values, see PUT bucket replication in the Amazon S3 API Reference.
sourcepub fn build(self) -> AccessControlTranslation
pub fn build(self) -> AccessControlTranslation
Consumes the builder and constructs a AccessControlTranslation
.