public static interface DefaultServerSideEncryption.Builder extends SdkPojo, CopyableBuilder<DefaultServerSideEncryption.Builder,DefaultServerSideEncryption>
| Modifier and Type | Method and Description |
|---|---|
DefaultServerSideEncryption.Builder |
encryptionType(String encryptionType)
The type of encryption used for objects within the S3 bucket.
|
DefaultServerSideEncryption.Builder |
kmsMasterKeyArn(String kmsMasterKeyArn)
The Amazon Resource Name (ARN) of the KMS encryption key.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDefaultServerSideEncryption.Builder encryptionType(String encryptionType)
The type of encryption used for objects within the S3 bucket.
encryptionType - The type of encryption used for objects within the S3 bucket.DefaultServerSideEncryption.Builder kmsMasterKeyArn(String kmsMasterKeyArn)
The Amazon Resource Name (ARN) of the KMS encryption key. Only available if the bucket
EncryptionType is aws:kms.
kmsMasterKeyArn - The Amazon Resource Name (ARN) of the KMS encryption key. Only available if the bucket
EncryptionType is aws:kms.Copyright © 2023. All rights reserved.