Interface ListIndicesResponse.Builder

    • Method Detail

      • indexConfigurationSummaryItems

        ListIndicesResponse.Builder indexConfigurationSummaryItems​(Collection<IndexConfigurationSummary> indexConfigurationSummaryItems)

        An array of summary information on the configuration of one or more indexes.

        Parameters:
        indexConfigurationSummaryItems - An array of summary information on the configuration of one or more indexes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • indexConfigurationSummaryItems

        ListIndicesResponse.Builder indexConfigurationSummaryItems​(IndexConfigurationSummary... indexConfigurationSummaryItems)

        An array of summary information on the configuration of one or more indexes.

        Parameters:
        indexConfigurationSummaryItems - An array of summary information on the configuration of one or more indexes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListIndicesResponse.Builder nextToken​(String nextToken)

        If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of indexes.

        Parameters:
        nextToken - If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of indexes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.