public static interface RollbackConfiguration.Builder extends SdkPojo, CopyableBuilder<RollbackConfiguration.Builder,RollbackConfiguration>
| Modifier and Type | Method and Description |
|---|---|
RollbackConfiguration.Builder |
monitoringTimeInMinutes(Integer monitoringTimeInMinutes)
This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.
|
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 |
rollbackTriggers(Consumer<RollbackTrigger.Builder>... rollbackTriggers)
This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.
|
RollbackConfiguration.Builder |
rollbackTriggers(RollbackTrigger... rollbackTriggers)
This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRollbackConfiguration.Builder monitoringTimeInMinutes(Integer monitoringTimeInMinutes)
This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.
monitoringTimeInMinutes - This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.RollbackConfiguration.Builder rollbackTriggers(Collection<RollbackTrigger> rollbackTriggers)
This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.
rollbackTriggers - This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.RollbackConfiguration.Builder rollbackTriggers(RollbackTrigger... rollbackTriggers)
This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.
rollbackTriggers - This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.RollbackConfiguration.Builder rollbackTriggers(Consumer<RollbackTrigger.Builder>... rollbackTriggers)
This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.
This is a convenience method that creates an instance of theRollbackTrigger.Builder
avoiding the need to create one manually via
RollbackTrigger.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #rollbackTriggers(List.
rollbackTriggers - a consumer that will call methods on
RollbackTrigger.Builder#rollbackTriggers(java.util.Collection) Copyright © 2023. All rights reserved.