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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsXrayEncryptionConfigDetails.BuilderkeyId(String keyId)The identifier of the KMS key that is used for encryption.AwsXrayEncryptionConfigDetails.Builderstatus(String status)The current status of the encryption configuration.AwsXrayEncryptionConfigDetails.Buildertype(String type)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 Detail
-
keyId
AwsXrayEncryptionConfigDetails.Builder keyId(String 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
AwsXrayEncryptionConfigDetails.Builder status(String 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
AwsXrayEncryptionConfigDetails.Builder type(String 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.
-
-