AwsBasicCredentials.Builder |
AwsBasicCredentials.Builder.accessKeyId(String accessKeyId) |
The AWS access key, used to identify the user interacting with services.
|
AwsBasicCredentials.Builder |
AwsBasicCredentials.Builder.accountId(String accountId) |
The AWS account id associated with this credentials identity.
|
static AwsBasicCredentials.Builder |
AwsBasicCredentials.builder() |
|
AwsBasicCredentials.Builder |
AwsBasicCredentials.Builder.providerName(String providerName) |
The name of the identity provider that created this credential identity.
|
AwsBasicCredentials.Builder |
AwsBasicCredentials.Builder.secretAccessKey(String secretAccessKey) |
The AWS secret access key, used to authenticate the user interacting with services.
|
AwsBasicCredentials.Builder |
AwsBasicCredentials.toBuilder() |
|
AwsBasicCredentials.Builder |
AwsBasicCredentials.Builder.validateCredentials(Boolean validateCredentials) |
Whether this class should verify that accessKeyId and secretAccessKey are not null.
|