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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SseKmsEncryptedObjects.Builder
status(String status)
Specifies whether Amazon S3 replicates objects created with server-side encryption using an Amazon Web Services KMS key stored in Amazon Web Services Key Management Service.SseKmsEncryptedObjects.Builder
status(SseKmsEncryptedObjectsStatus status)
Specifies whether Amazon S3 replicates objects created with server-side encryption using an Amazon Web Services KMS key stored in Amazon Web Services 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 Detail
-
status
SseKmsEncryptedObjects.Builder status(String status)
Specifies whether Amazon S3 replicates objects created with server-side encryption using an Amazon Web Services KMS key stored in Amazon Web Services Key Management Service.
- Parameters:
status
- Specifies whether Amazon S3 replicates objects created with server-side encryption using an Amazon Web Services KMS key stored in Amazon Web Services Key Management Service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SseKmsEncryptedObjectsStatus
,SseKmsEncryptedObjectsStatus
-
status
SseKmsEncryptedObjects.Builder status(SseKmsEncryptedObjectsStatus status)
Specifies whether Amazon S3 replicates objects created with server-side encryption using an Amazon Web Services KMS key stored in Amazon Web Services Key Management Service.
- Parameters:
status
- Specifies whether Amazon S3 replicates objects created with server-side encryption using an Amazon Web Services KMS key stored in Amazon Web Services Key Management Service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SseKmsEncryptedObjectsStatus
,SseKmsEncryptedObjectsStatus
-
-