public static interface GetRoleCredentialsRequest.Builder extends SsoRequest.Builder, SdkPojo, CopyableBuilder<GetRoleCredentialsRequest.Builder,GetRoleCredentialsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetRoleCredentialsRequest.Builder |
accessToken(String accessToken)
The token issued by the
CreateToken API call. |
GetRoleCredentialsRequest.Builder |
accountId(String accountId)
The identifier for the AWS account that is assigned to the user.
|
GetRoleCredentialsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetRoleCredentialsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetRoleCredentialsRequest.Builder |
roleName(String roleName)
The friendly name of the role that is assigned to the user.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRoleCredentialsRequest.Builder roleName(String roleName)
The friendly name of the role that is assigned to the user.
roleName - The friendly name of the role that is assigned to the user.GetRoleCredentialsRequest.Builder accountId(String accountId)
The identifier for the AWS account that is assigned to the user.
accountId - The identifier for the AWS account that is assigned to the user.GetRoleCredentialsRequest.Builder accessToken(String accessToken)
The token issued by the CreateToken API call. For more information, see CreateToken
in the AWS SSO OIDC API Reference Guide.
accessToken - The token issued by the CreateToken API call. For more information, see CreateToken in the AWS SSO OIDC API Reference Guide.GetRoleCredentialsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetRoleCredentialsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.