StartJobRequest

Types

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

Properties

Link copied to clipboard

The action to perform on the input data.

Link copied to clipboard

Additional parameters that can be requested for each result.

Link copied to clipboard

A unique identifier for this request to ensure idempotency.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role that Amazon Location Service assumes during job processing. Amazon Location Service uses this role to access the input and output locations specified for the job.

Link copied to clipboard

Configuration for input data location and format.

Link copied to clipboard
val name: String?

An optional name for the job resource.

Link copied to clipboard

Configuration for output data location and format.

Link copied to clipboard

Tags and corresponding values to be associated with the job.

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