Struct aws_sdk_s3::output::get_bucket_replication_output::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for GetBucketReplicationOutput
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn replication_configuration(self, input: ReplicationConfiguration) -> Self
pub fn replication_configuration(self, input: ReplicationConfiguration) -> Self
A container for replication rules. You can add up to 1,000 rules. The maximum size of a replication configuration is 2 MB.
sourcepub fn set_replication_configuration(
self,
input: Option<ReplicationConfiguration>
) -> Self
pub fn set_replication_configuration(
self,
input: Option<ReplicationConfiguration>
) -> Self
A container for replication rules. You can add up to 1,000 rules. The maximum size of a replication configuration is 2 MB.
sourcepub fn build(self) -> GetBucketReplicationOutput
pub fn build(self) -> GetBucketReplicationOutput
Consumes the builder and constructs a GetBucketReplicationOutput
.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more