| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static RollbackConfiguration.Builder |
RollbackConfiguration.builder() |
RollbackConfiguration.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 |
RollbackConfiguration.Builder.rollbackTriggers(Collection<RollbackTrigger> rollbackTriggers)
The triggers to monitor during stack creation or update actions.
|
RollbackConfiguration.Builder |
RollbackConfiguration.Builder.rollbackTriggers(Consumer<RollbackTrigger.Builder>... rollbackTriggers)
The triggers to monitor during stack creation or update actions.
|
RollbackConfiguration.Builder |
RollbackConfiguration.Builder.rollbackTriggers(RollbackTrigger... rollbackTriggers)
The triggers to monitor during stack creation or update actions.
|
RollbackConfiguration.Builder |
RollbackConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RollbackConfiguration.Builder> |
RollbackConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeChangeSetResponse.Builder |
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 CreateChangeSetRequest.Builder |
CreateChangeSetRequest.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.Builder |
Stack.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.Builder |
UpdateStackRequest.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.Builder |
CreateStackRequest.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.
|
Copyright © 2022. All rights reserved.