args

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

Parameters

value

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 = "vheoyobdihemwdmd")
suspend fun args(vararg values: Output<String>)


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

Parameters

values

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.