public static interface RoleCredentials.Builder extends SdkPojo, CopyableBuilder<RoleCredentials.Builder,RoleCredentials>
| Modifier and Type | Method and Description |
|---|---|
RoleCredentials.Builder |
accessKeyId(String accessKeyId)
The identifier used for the temporary security credentials.
|
RoleCredentials.Builder |
expiration(Long expiration)
The date on which temporary security credentials expire.
|
RoleCredentials.Builder |
secretAccessKey(String secretAccessKey)
The key that is used to sign the request.
|
RoleCredentials.Builder |
sessionToken(String sessionToken)
The token used for temporary credentials.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRoleCredentials.Builder accessKeyId(String accessKeyId)
The identifier used for the temporary security credentials. For more information, see Using Temporary Security Credentials to Request Access to AWS Resources in the AWS IAM User Guide.
accessKeyId - The identifier used for the temporary security credentials. For more information, see Using
Temporary Security Credentials to Request Access to AWS Resources in the AWS IAM User
Guide.RoleCredentials.Builder secretAccessKey(String secretAccessKey)
The key that is used to sign the request. For more information, see Using Temporary Security Credentials to Request Access to AWS Resources in the AWS IAM User Guide.
secretAccessKey - The key that is used to sign the request. For more information, see Using
Temporary Security Credentials to Request Access to AWS Resources in the AWS IAM User
Guide.RoleCredentials.Builder sessionToken(String sessionToken)
The token used for temporary credentials. For more information, see Using Temporary Security Credentials to Request Access to AWS Resources in the AWS IAM User Guide.
sessionToken - The token used for temporary credentials. For more information, see Using
Temporary Security Credentials to Request Access to AWS Resources in the AWS IAM User
Guide.RoleCredentials.Builder expiration(Long expiration)
The date on which temporary security credentials expire.
expiration - The date on which temporary security credentials expire.Copyright © 2023. All rights reserved.