Interface ListDatasetContentsRequest.Builder

    • Method Detail

      • datasetName

        ListDatasetContentsRequest.Builder datasetName​(String datasetName)

        The name of the dataset whose contents information you want to list.

        Parameters:
        datasetName - The name of the dataset whose contents information you want to list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDatasetContentsRequest.Builder nextToken​(String nextToken)

        The token for the next set of results.

        Parameters:
        nextToken - The token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListDatasetContentsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return in this request.

        Parameters:
        maxResults - The maximum number of results to return in this request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scheduledOnOrAfter

        ListDatasetContentsRequest.Builder scheduledOnOrAfter​(Instant scheduledOnOrAfter)

        A filter to limit results to those dataset contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

        Parameters:
        scheduledOnOrAfter - A filter to limit results to those dataset contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scheduledBefore

        ListDatasetContentsRequest.Builder scheduledBefore​(Instant scheduledBefore)

        A filter to limit results to those dataset contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

        Parameters:
        scheduledBefore - A filter to limit results to those dataset contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)
        Returns:
        Returns a reference to this object so that method calls can be chained together.