#[non_exhaustive]pub struct ExistingObjectReplicationBuilder { /* private fields */ }
Expand description
A builder for ExistingObjectReplication
.
Implementations§
source§impl ExistingObjectReplicationBuilder
impl ExistingObjectReplicationBuilder
sourcepub fn status(self, input: ExistingObjectReplicationStatus) -> Self
pub fn status(self, input: ExistingObjectReplicationStatus) -> Self
Specifies whether Amazon S3 replicates existing source bucket objects.
sourcepub fn set_status(self, input: Option<ExistingObjectReplicationStatus>) -> Self
pub fn set_status(self, input: Option<ExistingObjectReplicationStatus>) -> Self
Specifies whether Amazon S3 replicates existing source bucket objects.
sourcepub fn build(self) -> ExistingObjectReplication
pub fn build(self) -> ExistingObjectReplication
Consumes the builder and constructs a ExistingObjectReplication
.
Trait Implementations§
source§impl Clone for ExistingObjectReplicationBuilder
impl Clone for ExistingObjectReplicationBuilder
source§fn clone(&self) -> ExistingObjectReplicationBuilder
fn clone(&self) -> ExistingObjectReplicationBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for ExistingObjectReplicationBuilder
impl Default for ExistingObjectReplicationBuilder
source§fn default() -> ExistingObjectReplicationBuilder
fn default() -> ExistingObjectReplicationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ExistingObjectReplicationBuilder> for ExistingObjectReplicationBuilder
impl PartialEq<ExistingObjectReplicationBuilder> for ExistingObjectReplicationBuilder
source§fn eq(&self, other: &ExistingObjectReplicationBuilder) -> bool
fn eq(&self, other: &ExistingObjectReplicationBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.