Struct aws_sdk_s3::model::source_selection_criteria::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for SourceSelectionCriteria
Implementations
A container for filter information for the selection of Amazon S3 objects encrypted with Amazon Web Services
KMS. If you include SourceSelectionCriteria
in the replication configuration,
this element is required.
A container for filter information for the selection of Amazon S3 objects encrypted with Amazon Web Services
KMS. If you include SourceSelectionCriteria
in the replication configuration,
this element is required.
A filter that you can specify for selections for modifications on replicas. Amazon S3 doesn't
replicate replica modifications by default. In the latest version of replication
configuration (when Filter
is specified), you can specify this element and set
the status to Enabled
to replicate modifications on replicas.
If you don't specify the Filter
element, Amazon S3 assumes that the
replication configuration is the earlier version, V1. In the earlier version, this
element is not allowed
A filter that you can specify for selections for modifications on replicas. Amazon S3 doesn't
replicate replica modifications by default. In the latest version of replication
configuration (when Filter
is specified), you can specify this element and set
the status to Enabled
to replicate modifications on replicas.
If you don't specify the Filter
element, Amazon S3 assumes that the
replication configuration is the earlier version, V1. In the earlier version, this
element is not allowed
Consumes the builder and constructs a SourceSelectionCriteria
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more