installSteps

@JvmName(name = "lyirxcgryhdaycda")
suspend fun installSteps(value: Output<List<SoftwareRecipeStepArgs>>)
@JvmName(name = "ojovcinchgpphplu")
suspend fun installSteps(value: List<SoftwareRecipeStepArgs>?)

Parameters

value

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


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


@JvmName(name = "rkidjkefbxkiyvmi")
suspend fun installSteps(values: List<Output<SoftwareRecipeStepArgs>>)
@JvmName(name = "jcnhnbvtknumogvu")
suspend fun installSteps(vararg values: SoftwareRecipeStepArgs)

Parameters

values

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


@JvmName(name = "wrxdalfvolbtbyty")
suspend fun installSteps(argument: List<suspend SoftwareRecipeStepArgsBuilder.() -> Unit>)
@JvmName(name = "dtpupnceoxrshiul")
suspend fun installSteps(vararg argument: suspend SoftwareRecipeStepArgsBuilder.() -> Unit)
@JvmName(name = "jjqugntsgmxsitci")
suspend fun installSteps(argument: suspend SoftwareRecipeStepArgsBuilder.() -> Unit)

Parameters

argument

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