Interface ListIndicesRequest.Builder

    • Method Detail

      • applicationId

        ListIndicesRequest.Builder applicationId​(String applicationId)

        The identifier of the Amazon Q Business application connected to the index.

        Parameters:
        applicationId - The identifier of the Amazon Q Business application connected to the index.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListIndicesRequest.Builder nextToken​(String nextToken)

        If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q Business indices.

        Parameters:
        nextToken - If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q Business indices.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListIndicesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of indices to return.

        Parameters:
        maxResults - The maximum number of indices to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.