Interface Encryption.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Encryption.Builder,,Encryption> SdkBuilder<Encryption.Builder,,Encryption> SdkPojo
- Enclosing class:
Encryption
@Mutable
@NotThreadSafe
public static interface Encryption.Builder
extends SdkPojo, CopyableBuilder<Encryption.Builder,Encryption>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the KMS key used for encryption when using customer-managed keys.sseAlgorithm(String sseAlgorithm) The server-side encryption algorithm used for encrypting data in the S3 Table integration.sseAlgorithm(SSEAlgorithm sseAlgorithm) The server-side encryption algorithm used for encrypting data in the S3 Table integration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
sseAlgorithm
The server-side encryption algorithm used for encrypting data in the S3 Table integration.
- Parameters:
sseAlgorithm- The server-side encryption algorithm used for encrypting data in the S3 Table integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sseAlgorithm
The server-side encryption algorithm used for encrypting data in the S3 Table integration.
- Parameters:
sseAlgorithm- The server-side encryption algorithm used for encrypting data in the S3 Table integration.- 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 used for encryption when using customer-managed keys.
- Parameters:
kmsKeyArn- The Amazon Resource Name (ARN) of the KMS key used for encryption when using customer-managed keys.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-