UpdateJobRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique token which the server uses to recognize retries of the same request.

Link copied to clipboard

The farm ID of the job to update.

Link copied to clipboard

The job ID to update.

Link copied to clipboard

The status of a job in its lifecycle. When you change the status of the job to ARCHIVED, the job can't be scheduled or archived.

Link copied to clipboard

The number of task failures before the job stops running and is marked as FAILED.

Link copied to clipboard

The maximum number of retries for a job.

Link copied to clipboard

The maximum number of worker hosts that can concurrently process a job. When the maxWorkerCount is reached, no more workers will be assigned to process the job, even if the fleets assigned to the job's queue has available workers.

Link copied to clipboard

The job priority to update.

Link copied to clipboard

The queue ID of the job to update.

Link copied to clipboard

The task status to update the job's tasks to.

Functions

Link copied to clipboard
inline fun copy(block: UpdateJobRequest.Builder.() -> Unit = {}): UpdateJobRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String