Interface UploadJobItem.Builder

  • Method Details

    • jobId

      The unique identifier of the upload job.

      Parameters:
      jobId - The unique identifier of the upload job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      UploadJobItem.Builder displayName(String displayName)

      The name of the upload job.

      Parameters:
      displayName - The name of the upload job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      UploadJobItem.Builder status(String status)

      The current status of the upload job.

      Parameters:
      status - The current status of the upload job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the upload job.

      Parameters:
      status - The current status of the upload job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusReason

      UploadJobItem.Builder statusReason(String statusReason)

      The reason for the current status of the upload job.

      Parameters:
      statusReason - The reason for the current status of the upload job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusReason

      UploadJobItem.Builder statusReason(StatusReason statusReason)

      The reason for the current status of the upload job.

      Parameters:
      statusReason - The reason for the current status of the upload job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      UploadJobItem.Builder createdAt(Instant createdAt)

      The timestamp when the upload job was created.

      Parameters:
      createdAt - The timestamp when the upload job was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • completedAt

      UploadJobItem.Builder completedAt(Instant completedAt)

      The timestamp when the upload job was completed.

      Parameters:
      completedAt - The timestamp when the upload job was completed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataExpiry

      UploadJobItem.Builder dataExpiry(Integer dataExpiry)

      The expiry duration for the profiles ingested with the upload job.

      Parameters:
      dataExpiry - The expiry duration for the profiles ingested with the upload job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.