Interface EncryptionContext.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EncryptionContext.Builder,,EncryptionContext> SdkBuilder<EncryptionContext.Builder,,EncryptionContext> SdkPojo
- Enclosing class:
EncryptionContext
@Mutable
@NotThreadSafe
public static interface EncryptionContext.Builder
extends SdkPojo, CopyableBuilder<EncryptionContext.Builder,EncryptionContext>
-
Method Summary
Modifier and TypeMethodDescriptionencryptionType(String encryptionType) The type of encryption key used.encryptionType(EncryptionType encryptionType) The type of encryption key used.The ARN of the KMS key.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
-
encryptionType
The type of encryption key used.
- Parameters:
encryptionType- The type of encryption key used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
encryptionType
The type of encryption key used.
- Parameters:
encryptionType- The type of encryption key used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
kmsKeyArn
The ARN of the KMS key. Only present when encryptionType is CUSTOMER_MANAGED_KEY.
- Parameters:
kmsKeyArn- The ARN of the KMS key. Only present when encryptionType is CUSTOMER_MANAGED_KEY.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-