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 customer master key (CMK) 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.
|
copyapplyMutation, buildEncryptionConfig.Builder keyId(String keyId)
The ID of the customer master key (CMK) used for encryption, if applicable.
keyId - The ID of the customer master key (CMK) 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 CMKs. Set to NONE for
default encryption.
type - The type of encryption. Set to KMS for encryption with CMKs. Set to NONE for
default encryption.EncryptionType,
EncryptionTypeEncryptionConfig.Builder type(EncryptionType type)
The type of encryption. Set to KMS for encryption with CMKs. Set to NONE for
default encryption.
type - The type of encryption. Set to KMS for encryption with CMKs. Set to NONE for
default encryption.EncryptionType,
EncryptionTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.