Uses of Interface
software.amazon.awssdk.services.cloudformation.model.RollbackConfiguration.Builder
Packages that use RollbackConfiguration.Builder
-
Uses of RollbackConfiguration.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return RollbackConfiguration.BuilderModifier and TypeMethodDescriptionRollbackConfiguration.builder()RollbackConfiguration.Builder.monitoringTimeInMinutes(Integer monitoringTimeInMinutes) The amount of time, in minutes, during which CloudFormation should monitor all the rollback triggers after the stack creation or update operation deploys all necessary resources.RollbackConfiguration.Builder.rollbackTriggers(Collection<RollbackTrigger> rollbackTriggers) The triggers to monitor during stack creation or update actions.RollbackConfiguration.Builder.rollbackTriggers(Consumer<RollbackTrigger.Builder>... rollbackTriggers) The triggers to monitor during stack creation or update actions.RollbackConfiguration.Builder.rollbackTriggers(RollbackTrigger... rollbackTriggers) The triggers to monitor during stack creation or update actions.RollbackConfiguration.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type RollbackConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RollbackConfiguration.Builder>RollbackConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type RollbackConfiguration.BuilderModifier and TypeMethodDescriptiondefault CreateChangeSetRequest.BuilderCreateChangeSetRequest.Builder.rollbackConfiguration(Consumer<RollbackConfiguration.Builder> rollbackConfiguration) The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.default CreateStackRequest.BuilderCreateStackRequest.Builder.rollbackConfiguration(Consumer<RollbackConfiguration.Builder> rollbackConfiguration) The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.DescribeChangeSetResponse.Builder.rollbackConfiguration(Consumer<RollbackConfiguration.Builder> rollbackConfiguration) The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.default Stack.BuilderStack.Builder.rollbackConfiguration(Consumer<RollbackConfiguration.Builder> rollbackConfiguration) The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.default UpdateStackRequest.BuilderUpdateStackRequest.Builder.rollbackConfiguration(Consumer<RollbackConfiguration.Builder> rollbackConfiguration) The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.