| Package | Description |
|---|---|
| software.amazon.awssdk.services.serverlessapplicationrepository.model |
| Modifier and Type | Method and Description |
|---|---|
static RollbackConfiguration.Builder |
RollbackConfiguration.builder() |
RollbackConfiguration.Builder |
RollbackConfiguration.Builder.monitoringTimeInMinutes(Integer monitoringTimeInMinutes)
This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.
|
RollbackConfiguration.Builder |
RollbackConfiguration.Builder.rollbackTriggers(Collection<RollbackTrigger> rollbackTriggers)
This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.
|
RollbackConfiguration.Builder |
RollbackConfiguration.Builder.rollbackTriggers(Consumer<RollbackTrigger.Builder>... rollbackTriggers)
This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.
|
RollbackConfiguration.Builder |
RollbackConfiguration.Builder.rollbackTriggers(RollbackTrigger... rollbackTriggers)
This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.
|
RollbackConfiguration.Builder |
RollbackConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RollbackConfiguration.Builder> |
RollbackConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateCloudFormationChangeSetRequest.Builder |
CreateCloudFormationChangeSetRequest.Builder.rollbackConfiguration(Consumer<RollbackConfiguration.Builder> rollbackConfiguration)
This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet
API.
|
Copyright © 2023. All rights reserved.