Interface AwsCredentialsIdentity.Builder
-
- All Known Subinterfaces:
AwsSessionCredentialsIdentity.Builder
- Enclosing interface:
- AwsCredentialsIdentity
public static interface AwsCredentialsIdentity.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description AwsCredentialsIdentity.BuilderaccessKeyId(String accessKeyId)The AWS access key, used to identify the user interacting with services.AwsCredentialsIdentitybuild()default AwsCredentialsIdentity.BuilderproviderName(String providerName)The name of the identity provider that created this credential identity.AwsCredentialsIdentity.BuildersecretAccessKey(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.
-
providerName
default AwsCredentialsIdentity.Builder providerName(String providerName)
The name of the identity provider that created this credential identity.
-
build
AwsCredentialsIdentity build()
-
-