Interface ListIndicesResponse.Builder

    • Method Detail

      • indexNames

        ListIndicesResponse.Builder indexNames​(Collection<String> indexNames)

        The index names.

        Parameters:
        indexNames - The index names.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • indexNames

        ListIndicesResponse.Builder indexNames​(String... indexNames)

        The index names.

        Parameters:
        indexNames - The index names.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListIndicesResponse.Builder nextToken​(String nextToken)

        The token used to get the next set of results, or null if there are no additional results.

        Parameters:
        nextToken - The token used to get the next set of results, or null if there are no additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.