Interface ExportJobSummary.Builder

  • Method Details

    • jobId

      <p>The unique identifier for the dataset export job.</p>
      Parameters:
      jobId - <p>The unique identifier for the dataset export job.</p>
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      <p>The current status of the dataset export job.</p>
      Parameters:
      status - <p>The current status of the dataset export job.</p>
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      <p>The current status of the dataset export job.</p>
      Parameters:
      status - <p>The current status of the dataset export job.</p>
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • startedAt

      ExportJobSummary.Builder startedAt(Instant startedAt)
      <p>The timestamp when the job started processing.</p>
      Parameters:
      startedAt - <p>The timestamp when the job started processing.</p>
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • completedAt

      ExportJobSummary.Builder completedAt(Instant completedAt)
      <p>The timestamp when the job completed, or null if the job is still running.</p>
      Parameters:
      completedAt - <p>The timestamp when the job completed, or null if the job is still running.</p>
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destinationS3Uri

      ExportJobSummary.Builder destinationS3Uri(String destinationS3Uri)
      <p>The S3 URI where output clips are written.</p>
      Parameters:
      destinationS3Uri - <p>The S3 URI where output clips are written.</p>
      Returns:
      Returns a reference to this object so that method calls can be chained together.