Interface ListDatasetsResponse.Builder

    • Method Detail

      • datasets

        ListDatasetsResponse.Builder datasets​(Collection<Dataset> datasets)

        A list of datasets that are defined.

        Parameters:
        datasets - A list of datasets that are defined.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datasets

        ListDatasetsResponse.Builder datasets​(Dataset... datasets)

        A list of datasets that are defined.

        Parameters:
        datasets - A list of datasets that are defined.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDatasetsResponse.Builder nextToken​(String nextToken)

        A token that you can use in a subsequent call to retrieve the next set of results.

        Parameters:
        nextToken - A token that you can use in a subsequent call to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.