Interface AwsCredentialsIdentity.Builder
-
- All Known Subinterfaces:
AwsSessionCredentialsIdentity.Builder
- Enclosing interface:
- AwsCredentialsIdentity
public static interface AwsCredentialsIdentity.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
accessKeyId
AwsCredentialsIdentity.Builder accessKeyId(String accessKeyId)
The AWS access key, used to identify the user interacting with services.
-
secretAccessKey
AwsCredentialsIdentity.Builder secretAccessKey(String secretAccessKey)
The AWS secret access key, used to authenticate the user interacting with services.
-
build
AwsCredentialsIdentity build()
-
-