Interface ListAccessTokensRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CodeCatalystRequest.Builder, CopyableBuilder<ListAccessTokensRequest.Builder,ListAccessTokensRequest>, SdkBuilder<ListAccessTokensRequest.Builder,ListAccessTokensRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListAccessTokensRequest

public static interface ListAccessTokensRequest.Builder extends CodeCatalystRequest.Builder, SdkPojo, CopyableBuilder<ListAccessTokensRequest.Builder,ListAccessTokensRequest>
  • Method Details

    • maxResults

      ListAccessTokensRequest.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      A token returned from a call to this API to indicate the next batch of results to return, if any.

      Parameters:
      nextToken - A token returned from a call to this API to indicate the next batch of results to return, if any.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListAccessTokensRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.