public static interface ListAccountsRequest.Builder extends SsoRequest.Builder, SdkPojo, CopyableBuilder<ListAccountsRequest.Builder,ListAccountsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAccountsRequest.Builder |
accessToken(String accessToken)
The token issued by the
CreateToken API call. |
ListAccountsRequest.Builder |
maxResults(Integer maxResults)
This is the number of items clients can request per page.
|
ListAccountsRequest.Builder |
nextToken(String nextToken)
(Optional) When requesting subsequent pages, this is the page token from the previous response output.
|
ListAccountsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAccountsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAccountsRequest.Builder nextToken(String nextToken)
(Optional) When requesting subsequent pages, this is the page token from the previous response output.
nextToken - (Optional) When requesting subsequent pages, this is the page token from the previous response output.ListAccountsRequest.Builder maxResults(Integer maxResults)
This is the number of items clients can request per page.
maxResults - This is the number of items clients can request per page.ListAccountsRequest.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.ListAccountsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAccountsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.