Interface XksProxyAuthenticationCredentialType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<XksProxyAuthenticationCredentialType.Builder,XksProxyAuthenticationCredentialType>,SdkBuilder<XksProxyAuthenticationCredentialType.Builder,XksProxyAuthenticationCredentialType>,SdkPojo
- Enclosing class:
- XksProxyAuthenticationCredentialType
public static interface XksProxyAuthenticationCredentialType.Builder extends SdkPojo, CopyableBuilder<XksProxyAuthenticationCredentialType.Builder,XksProxyAuthenticationCredentialType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XksProxyAuthenticationCredentialType.BuilderaccessKeyId(String accessKeyId)A unique identifier for the raw secret access key.XksProxyAuthenticationCredentialType.BuilderrawSecretAccessKey(String rawSecretAccessKey)A secret string of 43-64 characters.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
accessKeyId
XksProxyAuthenticationCredentialType.Builder accessKeyId(String accessKeyId)
A unique identifier for the raw secret access key.
- Parameters:
accessKeyId- A unique identifier for the raw secret access key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rawSecretAccessKey
XksProxyAuthenticationCredentialType.Builder rawSecretAccessKey(String rawSecretAccessKey)
A secret string of 43-64 characters. Valid characters are a-z, A-Z, 0-9, /, +, and =.
- Parameters:
rawSecretAccessKey- A secret string of 43-64 characters. Valid characters are a-z, A-Z, 0-9, /, +, and =.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-