Class XksKeyConfigurationType
java.lang.Object
software.amazon.awssdk.services.kms.model.XksKeyConfigurationType
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<XksKeyConfigurationType.Builder,XksKeyConfigurationType>
@Generated("software.amazon.awssdk:codegen")
public final class XksKeyConfigurationType
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<XksKeyConfigurationType.Builder,XksKeyConfigurationType>
Information about the external key that is associated with a KMS key in an external key store.
This element appears in a CreateKey or DescribeKey response only for a KMS key in an external key store.
The external key is a symmetric encryption key that is hosted by an external key manager outside of Amazon Web Services. When you use the KMS key in an external key store in a cryptographic operation, the cryptographic operation is performed in the external key manager using the specified external key. For more information, see External key in the Key Management Service Developer Guide.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringid()The ID of the external key in its external key manager.static Class<? extends XksKeyConfigurationType.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
id
The ID of the external key in its external key manager. This is the ID that the external key store proxy uses to identify the external key.
- Returns:
- The ID of the external key in its external key manager. This is the ID that the external key store proxy uses to identify the external key.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<XksKeyConfigurationType.Builder,XksKeyConfigurationType>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-