public static interface AwsCredentialsIdentity.Builder
| Modifier and Type | Method and Description |
|---|---|
AwsCredentialsIdentity.Builder |
accessKeyId(String accessKeyId)
The AWS access key, used to identify the user interacting with services.
|
AwsCredentialsIdentity.Builder |
accountId(String accountId)
The AWS account id associated with this credentials identity.
|
AwsCredentialsIdentity |
build() |
default AwsCredentialsIdentity.Builder |
providerName(String providerName)
The name of the identity provider that created this credential identity.
|
AwsCredentialsIdentity.Builder |
secretAccessKey(String secretAccessKey)
The AWS secret access key, used to authenticate the user interacting with services.
|
AwsCredentialsIdentity.Builder accessKeyId(String accessKeyId)
AwsCredentialsIdentity.Builder secretAccessKey(String secretAccessKey)
AwsCredentialsIdentity.Builder accountId(String accountId)
default AwsCredentialsIdentity.Builder providerName(String providerName)
AwsCredentialsIdentity build()
Copyright © 2026. All rights reserved.