Interface ListDataSetsResponse.Builder

    • Method Detail

      • dataSets

        ListDataSetsResponse.Builder dataSets​(Collection<DataSetEntry> dataSets)

        The data set objects listed by the request.

        Parameters:
        dataSets - The data set objects listed by the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSets

        ListDataSetsResponse.Builder dataSets​(DataSetEntry... dataSets)

        The data set objects listed by the request.

        Parameters:
        dataSets - The data set objects listed by the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDataSetsResponse.Builder nextToken​(String nextToken)

        The token value retrieved from a previous call to access the next page of results.

        Parameters:
        nextToken - The token value retrieved from a previous call to access the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.