Interface RollbackConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RollbackConfiguration.Builder,RollbackConfiguration>,SdkBuilder<RollbackConfiguration.Builder,RollbackConfiguration>,SdkPojo
- Enclosing class:
- RollbackConfiguration
public static interface RollbackConfiguration.Builder extends SdkPojo, CopyableBuilder<RollbackConfiguration.Builder,RollbackConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RollbackConfiguration.BuildermonitoringTimeInMinutes(Integer monitoringTimeInMinutes)This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.RollbackConfiguration.BuilderrollbackTriggers(Collection<RollbackTrigger> rollbackTriggers)This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.RollbackConfiguration.BuilderrollbackTriggers(Consumer<RollbackTrigger.Builder>... rollbackTriggers)This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.RollbackConfiguration.BuilderrollbackTriggers(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.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
monitoringTimeInMinutes
RollbackConfiguration.Builder monitoringTimeInMinutes(Integer monitoringTimeInMinutes)
This 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.
-
rollbackTriggers
RollbackConfiguration.Builder rollbackTriggers(Collection<RollbackTrigger> rollbackTriggers)
This 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.
-
rollbackTriggers
RollbackConfiguration.Builder rollbackTriggers(RollbackTrigger... rollbackTriggers)
This 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.
-
rollbackTriggers
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.Builderavoiding the need to create one manually viaRollbackTrigger.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#rollbackTriggers(List.) - Parameters:
rollbackTriggers- a consumer that will call methods onRollbackTrigger.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#rollbackTriggers(java.util.Collection)
-
-