Interface ListServiceIndexesRequest.Builder

  • Method Details

    • regions

      A list of Amazon Web Services Regions to include in the search for indexes. If not specified, indexes from all Regions are returned.

      Parameters:
      regions - A list of Amazon Web Services Regions to include in the search for indexes. If not specified, indexes from all Regions are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • regions

      A list of Amazon Web Services Regions to include in the search for indexes. If not specified, indexes from all Regions are returned.

      Parameters:
      regions - A list of Amazon Web Services Regions to include in the search for indexes. If not specified, indexes from all Regions are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of index results to return in a single response. Valid values are between 1 and 100.

      Parameters:
      maxResults - The maximum number of index results to return in a single response. Valid values are between 1 and 100.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The pagination token from a previous ListServiceIndexes response. Use this token to retrieve the next set of results.

      Parameters:
      nextToken - The pagination token from a previous ListServiceIndexes response. Use this token to retrieve the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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