public static interface XksProxyAuthenticationCredentialType.Builder extends SdkPojo, CopyableBuilder<XksProxyAuthenticationCredentialType.Builder,XksProxyAuthenticationCredentialType>
| Modifier and Type | Method and Description |
|---|---|
XksProxyAuthenticationCredentialType.Builder |
accessKeyId(String accessKeyId)
A unique identifier for the raw secret access key.
|
XksProxyAuthenticationCredentialType.Builder |
rawSecretAccessKey(String rawSecretAccessKey)
A secret string of 43-64 characters.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildXksProxyAuthenticationCredentialType.Builder accessKeyId(String accessKeyId)
A unique identifier for the raw secret access key.
accessKeyId - A unique identifier for the raw secret access key.XksProxyAuthenticationCredentialType.Builder rawSecretAccessKey(String rawSecretAccessKey)
A secret string of 43-64 characters. Valid characters are a-z, A-Z, 0-9, /, +, and =.
rawSecretAccessKey - A secret string of 43-64 characters. Valid characters are a-z, A-Z, 0-9, /, +, and =.Copyright © 2023. All rights reserved.