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. Valid values are ACTIVE or
UPDATING.
When Status is equal to UPDATING, X-Ray might use both the old and new encryption.
status - The current status of the encryption configuration. Valid values are ACTIVE or
UPDATING.
When Status is equal to 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 the default encryption.
type - The type of encryption. KMS indicates that the encryption uses KMS keys.
NONE indicates the default encryption.Copyright © 2023. All rights reserved.