args

@JvmName(name = "xnyfvlxrlagyjkvh")
suspend fun args(value: Output<List<String>>)
@JvmName(name = "kqxpeqwwqfleplod")
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 = "lcqynyuuspqipiqf")
suspend fun args(vararg values: Output<String>)


@JvmName(name = "lksxwumcnqgaqmtk")
suspend fun args(values: List<Output<String>>)
@JvmName(name = "apykvxshrjvgdfcm")
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.