args

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

Parameters

value

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


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


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

Parameters

values

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