Interface AwsXrayEncryptionConfigDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AwsXrayEncryptionConfigDetails.Builder,,AwsXrayEncryptionConfigDetails> SdkBuilder<AwsXrayEncryptionConfigDetails.Builder,,AwsXrayEncryptionConfigDetails> SdkPojo
- Enclosing class:
AwsXrayEncryptionConfigDetails
public static interface AwsXrayEncryptionConfigDetails.Builder
extends SdkPojo, CopyableBuilder<AwsXrayEncryptionConfigDetails.Builder,AwsXrayEncryptionConfigDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the KMS key that is used for encryption.The current status of the encryption configuration.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 identifier of the KMS key that is used for encryption. Provided if
TypeisKMS.- Parameters:
keyId- The identifier of the KMS key that is used for encryption. Provided ifTypeisKMS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the encryption configuration. Valid values are
ACTIVEorUPDATING.When
Statusis equal toUPDATING, X-Ray might use both the old and new encryption.- Parameters:
status- The current status of the encryption configuration. Valid values areACTIVEorUPDATING.When
Statusis equal toUPDATING, X-Ray might use both the old and new encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of encryption.
KMSindicates that the encryption uses KMS keys.NONEindicates the default encryption.- Parameters:
type- The type of encryption.KMSindicates that the encryption uses KMS keys.NONEindicates the default encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-