Class XksProxyAuthenticationCredentialType
java.lang.Object
software.amazon.awssdk.services.kms.model.XksProxyAuthenticationCredentialType
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<XksProxyAuthenticationCredentialType.Builder,XksProxyAuthenticationCredentialType>
@Generated("software.amazon.awssdk:codegen")
public final class XksProxyAuthenticationCredentialType
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<XksProxyAuthenticationCredentialType.Builder,XksProxyAuthenticationCredentialType>
KMS uses the authentication credential to sign requests that it sends to the external key store proxy (XKS proxy) on your behalf. You establish these credentials on your external key store proxy and report them to KMS.
The XksProxyAuthenticationCredential includes two required elements.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringA unique identifier for the raw secret access key.builder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringA secret string of 43-64 characters.static Class<? extends XksProxyAuthenticationCredentialType.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
-
accessKeyId
A unique identifier for the raw secret access key.
- Returns:
- A unique identifier for the raw secret access key.
-
rawSecretAccessKey
A secret string of 43-64 characters. Valid characters are a-z, A-Z, 0-9, /, +, and =.
- Returns:
- A secret string of 43-64 characters. Valid characters are a-z, A-Z, 0-9, /, +, and =.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<XksProxyAuthenticationCredentialType.Builder,XksProxyAuthenticationCredentialType>
-
builder
-
serializableBuilderClass
public static Class<? extends XksProxyAuthenticationCredentialType.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
-