@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
XksProxyAuthenticationCredentialType.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accessKeyId()
A unique identifier for the raw secret access key.
|
static XksProxyAuthenticationCredentialType.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
rawSecretAccessKey()
A secret string of 43-64 characters.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends XksProxyAuthenticationCredentialType.Builder> |
serializableBuilderClass() |
XksProxyAuthenticationCredentialType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accessKeyId()
A unique identifier for the raw secret access key.
public final String rawSecretAccessKey()
A secret string of 43-64 characters. Valid characters are a-z, A-Z, 0-9, /, +, and =.
public XksProxyAuthenticationCredentialType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<XksProxyAuthenticationCredentialType.Builder,XksProxyAuthenticationCredentialType>public static XksProxyAuthenticationCredentialType.Builder builder()
public static Class<? extends XksProxyAuthenticationCredentialType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.