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.
|
copy
applyMutation, build
RollbackConfiguration.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 that creates an instance of theList.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #rollbackTriggers(List)
.rollbackTriggers
- a consumer that will call methods on List.Builder
#rollbackTriggers(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.