startJob

inline suspend fun LocationClient.startJob(crossinline block: StartJobRequest.Builder.() -> Unit): StartJobResponse

StartJob starts a new asynchronous bulk processing job. You specify the input data location in Amazon S3, the action to perform, and the output location where results are written.

For more information, see Job concepts in the Amazon Location Service Developer Guide.