public static interface EncryptionConfig.Builder extends SdkPojo, CopyableBuilder<EncryptionConfig.Builder,EncryptionConfig>
| Modifier and Type | Method and Description |
|---|---|
EncryptionConfig.Builder |
keyId(String keyId)
The ID of the KMS key used for encryption, if applicable.
|
EncryptionConfig.Builder |
status(EncryptionStatus status)
The encryption status.
|
EncryptionConfig.Builder |
status(String status)
The encryption status.
|
EncryptionConfig.Builder |
type(EncryptionType type)
The type of encryption.
|
EncryptionConfig.Builder |
type(String type)
The type of encryption.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEncryptionConfig.Builder keyId(String keyId)
The ID of the KMS key used for encryption, if applicable.
keyId - The ID of the KMS key used for encryption, if applicable.EncryptionConfig.Builder status(String status)
The encryption status. While the status is UPDATING, X-Ray may encrypt data with a combination
of the new and old settings.
status - The encryption status. While the status is UPDATING, X-Ray may encrypt data with a
combination of the new and old settings.EncryptionStatus,
EncryptionStatusEncryptionConfig.Builder status(EncryptionStatus status)
The encryption status. While the status is UPDATING, X-Ray may encrypt data with a combination
of the new and old settings.
status - The encryption status. While the status is UPDATING, X-Ray may encrypt data with a
combination of the new and old settings.EncryptionStatus,
EncryptionStatusEncryptionConfig.Builder type(String type)
The type of encryption. Set to KMS for encryption with KMS keys. Set to NONE for
default encryption.
type - The type of encryption. Set to KMS for encryption with KMS keys. Set to NONE
for default encryption.EncryptionType,
EncryptionTypeEncryptionConfig.Builder type(EncryptionType type)
The type of encryption. Set to KMS for encryption with KMS keys. Set to NONE for
default encryption.
type - The type of encryption. Set to KMS for encryption with KMS keys. Set to NONE
for default encryption.EncryptionType,
EncryptionTypeCopyright © 2023. All rights reserved.