Interface EncryptionConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EncryptionConfiguration.Builder,
,EncryptionConfiguration> SdkBuilder<EncryptionConfiguration.Builder,
,EncryptionConfiguration> SdkPojo
- Enclosing class:
EncryptionConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the KMS key to use for encryption.sseAlgorithm
(String sseAlgorithm) The server-side encryption algorithm to use.sseAlgorithm
(SSEAlgorithm sseAlgorithm) The server-side encryption algorithm to use.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, sdkFieldNameToField, sdkFields
-
Method Details
-
sseAlgorithm
The server-side encryption algorithm to use. Valid values are
AES256
for S3-managed encryption keys, oraws:kms
for Amazon Web Services KMS-managed encryption keys. If you choose SSE-KMS encryption you must grant the S3 Tables maintenance principal access to your KMS key. For more information, see Permissions requirements for S3 Tables SSE-KMS encryption.- Parameters:
sseAlgorithm
- The server-side encryption algorithm to use. Valid values areAES256
for S3-managed encryption keys, oraws:kms
for Amazon Web Services KMS-managed encryption keys. If you choose SSE-KMS encryption you must grant the S3 Tables maintenance principal access to your KMS key. For more information, see Permissions requirements for S3 Tables SSE-KMS encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sseAlgorithm
The server-side encryption algorithm to use. Valid values are
AES256
for S3-managed encryption keys, oraws:kms
for Amazon Web Services KMS-managed encryption keys. If you choose SSE-KMS encryption you must grant the S3 Tables maintenance principal access to your KMS key. For more information, see Permissions requirements for S3 Tables SSE-KMS encryption.- Parameters:
sseAlgorithm
- The server-side encryption algorithm to use. Valid values areAES256
for S3-managed encryption keys, oraws:kms
for Amazon Web Services KMS-managed encryption keys. If you choose SSE-KMS encryption you must grant the S3 Tables maintenance principal access to your KMS key. For more information, see Permissions requirements for S3 Tables SSE-KMS encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
kmsKeyArn
The Amazon Resource Name (ARN) of the KMS key to use for encryption. This field is required only when
sseAlgorithm
is set toaws:kms
.- Parameters:
kmsKeyArn
- The Amazon Resource Name (ARN) of the KMS key to use for encryption. This field is required only whensseAlgorithm
is set toaws:kms
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-