Interface S3EncryptionConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3EncryptionConfig.Builder,
,S3EncryptionConfig> SdkBuilder<S3EncryptionConfig.Builder,
,S3EncryptionConfig> SdkPojo
- Enclosing class:
S3EncryptionConfig
-
Method Summary
Modifier and TypeMethodDescriptionencryptionMode
(String encryptionMode) The encryption method to use for artifacts created by this canary.encryptionMode
(EncryptionMode encryptionMode) The encryption method to use for artifacts created by this canary.The ARN of the customer-managed KMS key to use, if you specifySSE-KMS
forEncryptionMode
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
-
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. SpecifySSE-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.
- Parameters:
encryptionMode
- The encryption method to use for artifacts created by this canary. SpecifySSE_S3
to use server-side encryption (SSE) with an Amazon S3-managed key. SpecifySSE-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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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. SpecifySSE-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.
- Parameters:
encryptionMode
- The encryption method to use for artifacts created by this canary. SpecifySSE_S3
to use server-side encryption (SSE) with an Amazon S3-managed key. SpecifySSE-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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
kmsKeyArn
The ARN of the customer-managed KMS key to use, if you specify
SSE-KMS
forEncryptionMode
- Parameters:
kmsKeyArn
- The ARN of the customer-managed KMS key to use, if you specifySSE-KMS
forEncryptionMode
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-