StartJobRequest

The request structure for the start job request.

Types

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

Properties

Link copied to clipboard

The unique ID for an Amplify app.

Link copied to clipboard

The name of the branch to use for the job.

Link copied to clipboard

The commit ID from a third-party repository provider for the job.

Link copied to clipboard

The commit message from a third-party repository provider for the job.

Link copied to clipboard

The commit date and time for the job.

Link copied to clipboard

The unique ID for an existing job. This is required if the value of jobType is RETRY.

Link copied to clipboard

A descriptive reason for starting the job.

Link copied to clipboard

Describes the type for the job. The job type RELEASE starts a new job with the latest change from the specified branch. This value is available only for apps that are connected to a repository.

Functions

Link copied to clipboard
inline fun copy(block: StartJobRequest.Builder.() -> Unit = {}): StartJobRequest
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