Interface EncryptionConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EncryptionConfig.Builder,,EncryptionConfig> SdkBuilder<EncryptionConfig.Builder,,EncryptionConfig> SdkPojo
- Enclosing class:
EncryptionConfig
public static interface EncryptionConfig.Builder
extends SdkPojo, CopyableBuilder<EncryptionConfig.Builder,EncryptionConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the KMS key used for encryption, if applicable.The encryption status.status(EncryptionStatus status) The encryption status.The type of encryption.type(EncryptionType type) The type of encryption.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, sdkFields
-
Method Details
-
keyId
The ID of the KMS key used for encryption, if applicable.
- Parameters:
keyId- The ID of the KMS key used for encryption, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The encryption status. While the status is
UPDATING, X-Ray may encrypt data with a combination of the new and old settings.- Parameters:
status- The encryption status. While the status isUPDATING, X-Ray may encrypt data with a combination of the new and old settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The encryption status. While the status is
UPDATING, X-Ray may encrypt data with a combination of the new and old settings.- Parameters:
status- The encryption status. While the status isUPDATING, X-Ray may encrypt data with a combination of the new and old settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of encryption. Set to
KMSfor encryption with KMS keys. Set toNONEfor default encryption.- Parameters:
type- The type of encryption. Set toKMSfor encryption with KMS keys. Set toNONEfor default encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of encryption. Set to
KMSfor encryption with KMS keys. Set toNONEfor default encryption.- Parameters:
type- The type of encryption. Set toKMSfor encryption with KMS keys. Set toNONEfor default encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-