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 |
build() |
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 build()
Copyright © 2023. All rights reserved.