Class PutEncryptionConfigRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.xray.model.XRayRequest
-
- software.amazon.awssdk.services.xray.model.PutEncryptionConfigRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<PutEncryptionConfigRequest.Builder,PutEncryptionConfigRequest>
@Generated("software.amazon.awssdk:codegen") public final class PutEncryptionConfigRequest extends XRayRequest implements ToCopyableBuilder<PutEncryptionConfigRequest.Builder,PutEncryptionConfigRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePutEncryptionConfigRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PutEncryptionConfigRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkeyId()An Amazon Web Services KMS key in one of the following formats:Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends PutEncryptionConfigRequest.Builder>serializableBuilderClass()PutEncryptionConfigRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.EncryptionTypetype()The type of encryption.StringtypeAsString()The type of encryption.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
keyId
public final String keyId()
An Amazon Web Services KMS key in one of the following formats:
-
Alias - The name of the key. For example,
alias/MyKey. -
Key ID - The KMS key ID of the key. For example,
ae4aa6d49-a4d8-9df9-a475-4ff6d7898456. Amazon Web Services X-Ray does not support asymmetric KMS keys. -
ARN - The full Amazon Resource Name of the key ID or alias. For example,
arn:aws:kms:us-east-2:123456789012:key/ae4aa6d49-a4d8-9df9-a475-4ff6d7898456. Use this format to specify a key in a different account.
Omit this key if you set
TypetoNONE.- Returns:
- An Amazon Web Services KMS key in one of the following formats:
-
Alias - The name of the key. For example,
alias/MyKey. -
Key ID - The KMS key ID of the key. For example,
ae4aa6d49-a4d8-9df9-a475-4ff6d7898456. Amazon Web Services X-Ray does not support asymmetric KMS keys. -
ARN - The full Amazon Resource Name of the key ID or alias. For example,
arn:aws:kms:us-east-2:123456789012:key/ae4aa6d49-a4d8-9df9-a475-4ff6d7898456. Use this format to specify a key in a different account.
Omit this key if you set
TypetoNONE. -
-
-
type
public final EncryptionType type()
The type of encryption. Set to
KMSto use your own key for encryption. Set toNONEfor default encryption.If the service returns an enum value that is not available in the current SDK version,
typewill returnEncryptionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of encryption. Set to
KMSto use your own key for encryption. Set toNONEfor default encryption. - See Also:
EncryptionType
-
typeAsString
public final String typeAsString()
The type of encryption. Set to
KMSto use your own key for encryption. Set toNONEfor default encryption.If the service returns an enum value that is not available in the current SDK version,
typewill returnEncryptionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of encryption. Set to
KMSto use your own key for encryption. Set toNONEfor default encryption. - See Also:
EncryptionType
-
toBuilder
public PutEncryptionConfigRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PutEncryptionConfigRequest.Builder,PutEncryptionConfigRequest>- Specified by:
toBuilderin classXRayRequest
-
builder
public static PutEncryptionConfigRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends PutEncryptionConfigRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-