public static interface SseKmsEncryptedObjects.Builder extends SdkPojo, CopyableBuilder<SseKmsEncryptedObjects.Builder,SseKmsEncryptedObjects>
Modifier and Type | Method and Description |
---|---|
SseKmsEncryptedObjects.Builder |
status(SseKmsEncryptedObjectsStatus status)
If the status is not
Enabled , replication for S3 objects encrypted with AWS KMS is disabled. |
SseKmsEncryptedObjects.Builder |
status(String status)
If the status is not
Enabled , replication for S3 objects encrypted with AWS KMS is disabled. |
copy
applyMutation, build
SseKmsEncryptedObjects.Builder status(String status)
If the status is not Enabled
, replication for S3 objects encrypted with AWS KMS is disabled.
status
- If the status is not Enabled
, replication for S3 objects encrypted with AWS KMS is
disabled.SseKmsEncryptedObjectsStatus
,
SseKmsEncryptedObjectsStatus
SseKmsEncryptedObjects.Builder status(SseKmsEncryptedObjectsStatus status)
If the status is not Enabled
, replication for S3 objects encrypted with AWS KMS is disabled.
status
- If the status is not Enabled
, replication for S3 objects encrypted with AWS KMS is
disabled.SseKmsEncryptedObjectsStatus
,
SseKmsEncryptedObjectsStatus
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.