Interface ListDataSourcesResponse.Builder

    • Method Detail

      • dataSources

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

        The DataSource objects.

        Parameters:
        dataSources - The DataSource objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSources

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

        The DataSource objects.

        Parameters:
        dataSources - The DataSource objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDataSourcesResponse.Builder nextToken​(String nextToken)

        An identifier to pass in the next request to this operation to return the next set of items in the list.

        Parameters:
        nextToken - An identifier to pass in the next request to this operation to return the next set of items in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.