public static interface S3EncryptionConfig.Builder extends SdkPojo, CopyableBuilder<S3EncryptionConfig.Builder,S3EncryptionConfig>
| Modifier and Type | Method and Description |
|---|---|
S3EncryptionConfig.Builder |
encryptionMode(EncryptionMode encryptionMode)
The encryption method to use for artifacts created by this canary.
|
S3EncryptionConfig.Builder |
encryptionMode(String encryptionMode)
The encryption method to use for artifacts created by this canary.
|
S3EncryptionConfig.Builder |
kmsKeyArn(String kmsKeyArn)
The ARN of the customer-managed KMS key to use, if you specify
SSE-KMS for
EncryptionMode |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3EncryptionConfig.Builder encryptionMode(String encryptionMode)
The encryption method to use for artifacts created by this canary. Specify SSE_S3 to use
server-side encryption (SSE) with an Amazon S3-managed key. Specify SSE-KMS to use server-side
encryption with a customer-managed KMS key.
If you omit this parameter, an Amazon Web Services-managed KMS key is used.
encryptionMode - The encryption method to use for artifacts created by this canary. Specify SSE_S3 to use
server-side encryption (SSE) with an Amazon S3-managed key. Specify SSE-KMS to use
server-side encryption with a customer-managed KMS key.
If you omit this parameter, an Amazon Web Services-managed KMS key is used.
EncryptionMode,
EncryptionModeS3EncryptionConfig.Builder encryptionMode(EncryptionMode encryptionMode)
The encryption method to use for artifacts created by this canary. Specify SSE_S3 to use
server-side encryption (SSE) with an Amazon S3-managed key. Specify SSE-KMS to use server-side
encryption with a customer-managed KMS key.
If you omit this parameter, an Amazon Web Services-managed KMS key is used.
encryptionMode - The encryption method to use for artifacts created by this canary. Specify SSE_S3 to use
server-side encryption (SSE) with an Amazon S3-managed key. Specify SSE-KMS to use
server-side encryption with a customer-managed KMS key.
If you omit this parameter, an Amazon Web Services-managed KMS key is used.
EncryptionMode,
EncryptionModeS3EncryptionConfig.Builder kmsKeyArn(String kmsKeyArn)
The ARN of the customer-managed KMS key to use, if you specify SSE-KMS for
EncryptionMode
kmsKeyArn - The ARN of the customer-managed KMS key to use, if you specify SSE-KMS for
EncryptionModeCopyright © 2022. All rights reserved.