public static interface SourceSelectionCriteria.Builder extends SdkPojo, CopyableBuilder<SourceSelectionCriteria.Builder,SourceSelectionCriteria>
| Modifier and Type | Method and Description |
|---|---|
default SourceSelectionCriteria.Builder |
sseKmsEncryptedObjects(Consumer<SseKmsEncryptedObjects.Builder> sseKmsEncryptedObjects)
A container for filter information for the selection of S3 objects encrypted with AWS KMS.
|
SourceSelectionCriteria.Builder |
sseKmsEncryptedObjects(SseKmsEncryptedObjects sseKmsEncryptedObjects)
A container for filter information for the selection of S3 objects encrypted with AWS KMS.
|
copyapplyMutation, buildSourceSelectionCriteria.Builder sseKmsEncryptedObjects(SseKmsEncryptedObjects sseKmsEncryptedObjects)
A container for filter information for the selection of S3 objects encrypted with AWS KMS. If you include
SourceSelectionCriteria in the replication configuration, this element is required.
sseKmsEncryptedObjects - A container for filter information for the selection of S3 objects encrypted with AWS KMS. If you
include SourceSelectionCriteria in the replication configuration, this element is
required.default SourceSelectionCriteria.Builder sseKmsEncryptedObjects(Consumer<SseKmsEncryptedObjects.Builder> sseKmsEncryptedObjects)
A container for filter information for the selection of S3 objects encrypted with AWS KMS. If you include
SourceSelectionCriteria in the replication configuration, this element is required.
SseKmsEncryptedObjects.Builder avoiding the
need to create one manually via SseKmsEncryptedObjects.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sseKmsEncryptedObjects(SseKmsEncryptedObjects).sseKmsEncryptedObjects - a consumer that will call methods on SseKmsEncryptedObjects.BuildersseKmsEncryptedObjects(SseKmsEncryptedObjects)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.