Interface ListDatasetContentsResponse.Builder

    • Method Detail

      • datasetContentSummaries

        ListDatasetContentsResponse.Builder datasetContentSummaries​(Collection<DatasetContentSummary> datasetContentSummaries)

        Summary information about dataset contents that have been created.

        Parameters:
        datasetContentSummaries - Summary information about dataset contents that have been created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datasetContentSummaries

        ListDatasetContentsResponse.Builder datasetContentSummaries​(DatasetContentSummary... datasetContentSummaries)

        Summary information about dataset contents that have been created.

        Parameters:
        datasetContentSummaries - Summary information about dataset contents that have been created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDatasetContentsResponse.Builder nextToken​(String nextToken)

        The token to retrieve the next set of results, or null if there are no more results.

        Parameters:
        nextToken - The token to retrieve the next set of results, or null if there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.