Interface ListServiceIndexesResponse.Builder

  • Method Details

    • indexes

      A list of Index objects that describe the Resource Explorer indexes found in the specified Regions.

      Parameters:
      indexes - A list of Index objects that describe the Resource Explorer indexes found in the specified Regions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • indexes

      A list of Index objects that describe the Resource Explorer indexes found in the specified Regions.

      Parameters:
      indexes - A list of Index objects that describe the Resource Explorer indexes found in the specified Regions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • indexes

      A list of Index objects that describe the Resource Explorer indexes found in the specified Regions.

      This is a convenience method that creates an instance of the Index.Builder avoiding the need to create one manually via Index.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to indexes(List<Index>).

      Parameters:
      indexes - a consumer that will call methods on Index.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      The pagination token to use in a subsequent ListServiceIndexes request to retrieve the next set of results.

      Parameters:
      nextToken - The pagination token to use in a subsequent ListServiceIndexes request to retrieve the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.