Struct aws_sdk_s3::output::get_bucket_replication_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetBucketReplicationOutput
.
Implementations§
source§impl 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
.