arguments

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "gijvlafxqfquxxve")
suspend fun arguments(argument: List<suspend ArgumentArgsBuilder.() -> Unit>)
@JvmName(name = "pkwvioklmkxmcpnv")
suspend fun arguments(vararg argument: suspend ArgumentArgsBuilder.() -> Unit)
@JvmName(name = "sivohtpnyhtvpxyp")
suspend fun arguments(argument: suspend ArgumentArgsBuilder.() -> Unit)

Parameters

argument

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