Interface RollbackConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RollbackConfiguration.Builder,,- RollbackConfiguration> - SdkBuilder<RollbackConfiguration.Builder,,- RollbackConfiguration> - SdkPojo
- Enclosing class:
- RollbackConfiguration
@Mutable
@NotThreadSafe
public static interface RollbackConfiguration.Builder
extends SdkPojo, CopyableBuilder<RollbackConfiguration.Builder,RollbackConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionmonitoringTimeInMinutes(Integer monitoringTimeInMinutes) This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.rollbackTriggers(Collection<RollbackTrigger> rollbackTriggers) This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.rollbackTriggers(Consumer<RollbackTrigger.Builder>... rollbackTriggers) This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.rollbackTriggers(RollbackTrigger... rollbackTriggers) This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
monitoringTimeInMinutesThis property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type. - Parameters:
- monitoringTimeInMinutes- This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
rollbackTriggersThis property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type. - Parameters:
- rollbackTriggers- This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
rollbackTriggersThis property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type. - Parameters:
- rollbackTriggers- This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
rollbackTriggersRollbackConfiguration.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.Builderavoiding the need to create one manually viaRollbackTrigger.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torollbackTriggers(List<RollbackTrigger>).- Parameters:
- rollbackTriggers- a consumer that will call methods on- RollbackTrigger.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-