public static interface AwsXrayEncryptionConfigDetails.Builder extends SdkPojo, CopyableBuilder<AwsXrayEncryptionConfigDetails.Builder,AwsXrayEncryptionConfigDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsXrayEncryptionConfigDetails.Builder |
keyId(String keyId)
The identifier of the KMS key that is used for encryption.
|
AwsXrayEncryptionConfigDetails.Builder |
status(String status)
The current status of the encryption configuration.
|
AwsXrayEncryptionConfigDetails.Builder |
type(String type)
The type of encryption.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsXrayEncryptionConfigDetails.Builder keyId(String keyId)
The identifier of the KMS key that is used for encryption. Provided if Type is KMS.
keyId - The identifier of the KMS key that is used for encryption. Provided if Type is
KMS.AwsXrayEncryptionConfigDetails.Builder status(String status)
The current status of the encryption configuration. When Status is UPDATING, X-Ray
might use both the old and new encryption.
status - The current status of the encryption configuration. When Status is UPDATING,
X-Ray might use both the old and new encryption.AwsXrayEncryptionConfigDetails.Builder type(String type)
The type of encryption. KMS indicates that the encryption uses KMS keys. NONE
indicates to use the default encryption.
type - The type of encryption. KMS indicates that the encryption uses KMS keys.
NONE indicates to use the default encryption.Copyright © 2022. All rights reserved.