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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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
Type
isKMS
.- Parameters:
keyId
- The identifier of the KMS key that is used for encryption. Provided ifType
isKMS
.- 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
ACTIVE
orUPDATING
.When
Status
is equal toUPDATING
, X-Ray might use both the old and new encryption.- Parameters:
status
- The current status of the encryption configuration. Valid values areACTIVE
orUPDATING
.When
Status
is 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.
KMS
indicates that the encryption uses KMS keys.NONE
indicates the default encryption.- Parameters:
type
- The type of encryption.KMS
indicates that the encryption uses KMS keys.NONE
indicates the default encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-