args

@JvmName(name = "boncwfwiwnyshhgq")
suspend fun args(value: Output<List<String>>)
@JvmName(name = "whybhawtlxqyuhuo")
suspend fun args(value: List<String>?)

Parameters

value

The arguments to pass to the driver. Do not include arguments, such as --conf, that can be set as job properties, since a collision may occur that causes an incorrect job submission.


@JvmName(name = "fxqtfotfnerfxigv")
suspend fun args(vararg values: Output<String>)


@JvmName(name = "cgntqjklmvpasksm")
suspend fun args(values: List<Output<String>>)
@JvmName(name = "uhqolxtesvjmnnnp")
suspend fun args(vararg values: String)

Parameters

values

The arguments to pass to the driver. Do not include arguments, such as --conf, that can be set as job properties, since a collision may occur that causes an incorrect job submission.