public static interface ListAccessTokensRequest.Builder extends CodeCatalystRequest.Builder, SdkPojo, CopyableBuilder<ListAccessTokensRequest.Builder,ListAccessTokensRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAccessTokensRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to show in a single call to this API.
|
ListAccessTokensRequest.Builder |
nextToken(String nextToken)
A token returned from a call to this API to indicate the next batch of results to return, if any.
|
ListAccessTokensRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAccessTokensRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAccessTokensRequest.Builder maxResults(Integer maxResults)
The maximum number of results to show in a single call to this API. If the number of results is larger than
the number you specified, the response will include a NextToken element, which you can use to
obtain additional results.
maxResults - The maximum number of results to show in a single call to this API. If the number of results is larger
than the number you specified, the response will include a NextToken element, which you
can use to obtain additional results.ListAccessTokensRequest.Builder nextToken(String nextToken)
A token returned from a call to this API to indicate the next batch of results to return, if any.
nextToken - A token returned from a call to this API to indicate the next batch of results to return, if any.ListAccessTokensRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAccessTokensRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.