Interface SourceSelectionCriteria.Builder

    • Method Detail

      • sseKmsEncryptedObjects

        SourceSelectionCriteria.Builder sseKmsEncryptedObjects​(SseKmsEncryptedObjects sseKmsEncryptedObjects)

        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.

        Parameters:
        sseKmsEncryptedObjects - 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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicaModifications

        SourceSelectionCriteria.Builder replicaModifications​(ReplicaModifications replicaModifications)

        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

        Parameters:
        replicaModifications - 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

        Returns:
        Returns a reference to this object so that method calls can be chained together.