Interface DatasetContentSummary.Builder

    • Method Detail

      • version

        DatasetContentSummary.Builder version​(String version)

        The version of the dataset contents.

        Parameters:
        version - The version of the dataset contents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        DatasetContentSummary.Builder status​(DatasetContentStatus status)

        The status of the dataset contents.

        Parameters:
        status - The status of the dataset contents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        DatasetContentSummary.Builder creationTime​(Instant creationTime)

        The actual time the creation of the dataset contents was started.

        Parameters:
        creationTime - The actual time the creation of the dataset contents was started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scheduleTime

        DatasetContentSummary.Builder scheduleTime​(Instant scheduleTime)

        The time the creation of the dataset contents was scheduled to start.

        Parameters:
        scheduleTime - The time the creation of the dataset contents was scheduled to start.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • completionTime

        DatasetContentSummary.Builder completionTime​(Instant completionTime)

        The time the dataset content status was updated to SUCCEEDED or FAILED.

        Parameters:
        completionTime - The time the dataset content status was updated to SUCCEEDED or FAILED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.