arguments

@JvmName(name = "cguibpobrmpwnypw")
suspend fun arguments(value: Output<List<ArgumentArgs>>)
@JvmName(name = "fgwgexlrvbfpnbao")
suspend fun arguments(value: List<ArgumentArgs>?)

Parameters

value

The collection of override arguments to be used when executing this build step.


@JvmName(name = "suyiexpiwtbehhrc")
suspend fun arguments(vararg values: Output<ArgumentArgs>)


@JvmName(name = "tnvojurjbihxquhm")
suspend fun arguments(values: List<Output<ArgumentArgs>>)
@JvmName(name = "imidfbiabaclonmk")
suspend fun arguments(vararg values: ArgumentArgs)

Parameters

values

The collection of override arguments to be used when executing this build step.


@JvmName(name = "qleqkammpkivfcht")
suspend fun arguments(argument: List<suspend ArgumentArgsBuilder.() -> Unit>)
@JvmName(name = "qbpgvycmoaplxxuq")
suspend fun arguments(vararg argument: suspend ArgumentArgsBuilder.() -> Unit)
@JvmName(name = "fipfcaowyjmgdhww")
suspend fun arguments(argument: suspend ArgumentArgsBuilder.() -> Unit)

Parameters

argument

The collection of override arguments to be used when executing this build step.