Struct aws_sdk_s3::model::source_selection_criteria::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for SourceSelectionCriteria
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn sse_kms_encrypted_objects(self, input: SseKmsEncryptedObjects) -> Self
pub fn sse_kms_encrypted_objects(self, input: SseKmsEncryptedObjects) -> Self
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.
sourcepub fn set_sse_kms_encrypted_objects(
self,
input: Option<SseKmsEncryptedObjects>
) -> Self
pub fn set_sse_kms_encrypted_objects(
self,
input: Option<SseKmsEncryptedObjects>
) -> Self
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.
sourcepub fn replica_modifications(self, input: ReplicaModifications) -> Self
pub fn replica_modifications(self, input: ReplicaModifications) -> Self
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
sourcepub fn set_replica_modifications(
self,
input: Option<ReplicaModifications>
) -> Self
pub fn set_replica_modifications(
self,
input: Option<ReplicaModifications>
) -> Self
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
sourcepub fn build(self) -> SourceSelectionCriteria
pub fn build(self) -> SourceSelectionCriteria
Consumes the builder and constructs a SourceSelectionCriteria
.