Interface ListDataSourcesResponse.Builder

    • Method Detail

      • dataSources

        ListDataSourcesResponse.Builder dataSources​(Collection<DataSource> dataSources)

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

        Parameters:
        dataSources - 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.
      • dataSources

        ListDataSourcesResponse.Builder dataSources​(DataSource... dataSources)

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

        Parameters:
        dataSources - 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 Q returns this token. You can use this token in a subsequent request to retrieve the next set of data source connectors.

        Parameters:
        nextToken - If the response is truncated, Amazon Q returns this token. You can use this token in a 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.