Interface ListDataSourcesResponse.Builder

    • Method Detail

      • summaryItems

        ListDataSourcesResponse.Builder summaryItems​(Collection<DataSourceSummary> summaryItems)

        An array of summary information for one or more data source connector.

        Parameters:
        summaryItems - An array of summary information for one or more data source connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • summaryItems

        ListDataSourcesResponse.Builder summaryItems​(DataSourceSummary... summaryItems)

        An array of summary information for one or more data source connector.

        Parameters:
        summaryItems - An array of summary information for one or more data source connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDataSourcesResponse.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 data source connectors.

        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 data source connectors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.