Interface AwsCredentialsIdentity.Builder
- All Known Subinterfaces:
AwsSessionCredentialsIdentity.Builder
- Enclosing interface:
AwsCredentialsIdentity
public static interface AwsCredentialsIdentity.Builder
-
Method Summary
Modifier and TypeMethodDescriptionaccessKeyId
(String accessKeyId) The AWS access key, used to identify the user interacting with services.build()
secretAccessKey
(String secretAccessKey) The AWS secret access key, used to authenticate the user interacting with services.
-
Method Details
-
accessKeyId
The AWS access key, used to identify the user interacting with services. -
secretAccessKey
The AWS secret access key, used to authenticate the user interacting with services. -
build
AwsCredentialsIdentity build()
-