public static interface AwsCredentials.Builder extends SdkPojo, CopyableBuilder<AwsCredentials.Builder,AwsCredentials>
| Modifier and Type | Method and Description |
|---|---|
AwsCredentials.Builder |
accessKeyId(String accessKeyId)
The unique identifier for the security credentials.
|
AwsCredentials.Builder |
expiration(Long expiration)
The Epoch time when the current credentials expire.
|
AwsCredentials.Builder |
secretAccessKey(String secretAccessKey)
The secret access key that can be used to sign requests.
|
AwsCredentials.Builder |
sessionToken(String sessionToken)
The token that users must pass to use the credentials.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsCredentials.Builder accessKeyId(String accessKeyId)
The unique identifier for the security credentials.
accessKeyId - The unique identifier for the security credentials.AwsCredentials.Builder secretAccessKey(String secretAccessKey)
The secret access key that can be used to sign requests.
secretAccessKey - The secret access key that can be used to sign requests.AwsCredentials.Builder sessionToken(String sessionToken)
The token that users must pass to use the credentials.
sessionToken - The token that users must pass to use the credentials.AwsCredentials.Builder expiration(Long expiration)
The Epoch time when the current credentials expire.
expiration - The Epoch time when the current credentials expire.Copyright © 2023. All rights reserved.