Interface SseKmsEncryptedObjects.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SseKmsEncryptedObjects.Builder,
,SseKmsEncryptedObjects> SdkBuilder<SseKmsEncryptedObjects.Builder,
,SseKmsEncryptedObjects> SdkPojo
- Enclosing class:
SseKmsEncryptedObjects
public static interface SseKmsEncryptedObjects.Builder
extends SdkPojo, CopyableBuilder<SseKmsEncryptedObjects.Builder,SseKmsEncryptedObjects>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether Amazon S3 replicates objects that are created with server-side encryption by using an KMS key stored in Key Management Service.status
(SseKmsEncryptedObjectsStatus status) Specifies whether Amazon S3 replicates objects that are created with server-side encryption by using an KMS key stored in Key Management Service.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
status
Specifies whether Amazon S3 replicates objects that are created with server-side encryption by using an KMS key stored in Key Management Service.
- Parameters:
status
- Specifies whether Amazon S3 replicates objects that are created with server-side encryption by using an KMS key stored in Key Management Service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Specifies whether Amazon S3 replicates objects that are created with server-side encryption by using an KMS key stored in Key Management Service.
- Parameters:
status
- Specifies whether Amazon S3 replicates objects that are created with server-side encryption by using an KMS key stored in Key Management Service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-