updateSteps

@JvmName(name = "ghivomjfqhnlytvc")
suspend fun updateSteps(value: Output<List<GuestPoliciesRecipeUpdateStepArgs>>)
@JvmName(name = "xdpfpewbpbwwiktf")
suspend fun updateSteps(value: List<GuestPoliciesRecipeUpdateStepArgs>?)

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. Structure is documented below.


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


@JvmName(name = "lttaceduvrbhcuvx")
suspend fun updateSteps(values: List<Output<GuestPoliciesRecipeUpdateStepArgs>>)
@JvmName(name = "iuisbxlvxatbuqok")
suspend fun updateSteps(vararg values: GuestPoliciesRecipeUpdateStepArgs)

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. Structure is documented below.


@JvmName(name = "sdrpmyodidsicsgi")
suspend fun updateSteps(argument: List<suspend GuestPoliciesRecipeUpdateStepArgsBuilder.() -> Unit>)
@JvmName(name = "sansqapmaojfyfpi")
suspend fun updateSteps(vararg argument: suspend GuestPoliciesRecipeUpdateStepArgsBuilder.() -> Unit)
@JvmName(name = "vmiquyefkpbnvxcx")
suspend fun updateSteps(argument: suspend GuestPoliciesRecipeUpdateStepArgsBuilder.() -> 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. Structure is documented below.