updateSteps

@JvmName(name = "lpicvmhbpxbfieie")
suspend fun updateSteps(value: Output<List<SoftwareRecipeStepArgs>>)
@JvmName(name = "edyvjtwqssjsoisi")
suspend fun updateSteps(value: List<SoftwareRecipeStepArgs>?)

Parameters

value

Actions to be taken for updating this recipe. On failure it stops executing steps and does not attempt another update for this recipe. Any steps taken (including partially completed steps) are not rolled back.


@JvmName(name = "anufmwpyyhqlhiva")
suspend fun updateSteps(vararg values: Output<SoftwareRecipeStepArgs>)


@JvmName(name = "ijdjabhfjomnpbtt")
suspend fun updateSteps(values: List<Output<SoftwareRecipeStepArgs>>)
@JvmName(name = "lyahjrgtgkxulojg")
suspend fun updateSteps(vararg values: SoftwareRecipeStepArgs)

Parameters

values

Actions to be taken for updating this recipe. On failure it stops executing steps and does not attempt another update for this recipe. Any steps taken (including partially completed steps) are not rolled back.


@JvmName(name = "aspqncbolihbqmol")
suspend fun updateSteps(argument: List<suspend SoftwareRecipeStepArgsBuilder.() -> Unit>)
@JvmName(name = "huguymflbavnukak")
suspend fun updateSteps(vararg argument: suspend SoftwareRecipeStepArgsBuilder.() -> Unit)
@JvmName(name = "oarohqswaxmkeveb")
suspend fun updateSteps(argument: suspend SoftwareRecipeStepArgsBuilder.() -> Unit)

Parameters

argument

Actions to be taken for updating this recipe. On failure it stops executing steps and does not attempt another update for this recipe. Any steps taken (including partially completed steps) are not rolled back.