public static interface ListAccountRolesRequest.Builder extends SsoRequest.Builder, SdkPojo, CopyableBuilder<ListAccountRolesRequest.Builder,ListAccountRolesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAccountRolesRequest.Builder |
accessToken(String accessToken)
The token issued by the
CreateToken API call. |
ListAccountRolesRequest.Builder |
accountId(String accountId)
The identifier for the AWS account that is assigned to the user.
|
ListAccountRolesRequest.Builder |
maxResults(Integer maxResults)
The number of items that clients can request per page.
|
ListAccountRolesRequest.Builder |
nextToken(String nextToken)
The page token from the previous response output when you request subsequent pages.
|
ListAccountRolesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAccountRolesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAccountRolesRequest.Builder nextToken(String nextToken)
The page token from the previous response output when you request subsequent pages.
nextToken - The page token from the previous response output when you request subsequent pages.ListAccountRolesRequest.Builder maxResults(Integer maxResults)
The number of items that clients can request per page.
maxResults - The number of items that clients can request per page.ListAccountRolesRequest.Builder accessToken(String accessToken)
The token issued by the CreateToken API call. For more information, see CreateToken
in the IAM Identity Center OIDC API Reference Guide.
accessToken - The token issued by the CreateToken API call. For more information, see CreateToken in the IAM Identity Center OIDC API Reference Guide.ListAccountRolesRequest.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.ListAccountRolesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAccountRolesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.