Interface DatasetFilter.Builder

    • Method Detail

      • status

        DatasetFilter.Builder status​(String status)

        Filter the datasets based on the dataset status.

        Parameters:
        status - Filter the datasets based on the dataset status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DatasetStatus, DatasetStatus
      • status

        DatasetFilter.Builder status​(DatasetStatus status)

        Filter the datasets based on the dataset status.

        Parameters:
        status - Filter the datasets based on the dataset status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DatasetStatus, DatasetStatus
      • datasetType

        DatasetFilter.Builder datasetType​(String datasetType)

        Filter the datasets based on the dataset type.

        Parameters:
        datasetType - Filter the datasets based on the dataset type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DatasetType, DatasetType
      • datasetType

        DatasetFilter.Builder datasetType​(DatasetType datasetType)

        Filter the datasets based on the dataset type.

        Parameters:
        datasetType - Filter the datasets based on the dataset type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DatasetType, DatasetType
      • creationTimeAfter

        DatasetFilter.Builder creationTimeAfter​(Instant creationTimeAfter)

        Filter the datasets to include datasets created after the specified time.

        Parameters:
        creationTimeAfter - Filter the datasets to include datasets created after the specified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTimeBefore

        DatasetFilter.Builder creationTimeBefore​(Instant creationTimeBefore)

        Filter the datasets to include datasets created before the specified time.

        Parameters:
        creationTimeBefore - Filter the datasets to include datasets created before the specified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.