Interface FailureConditions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FailureConditions.Builder,,FailureConditions> SdkBuilder<FailureConditions.Builder,,FailureConditions> SdkPojo
- Enclosing class:
FailureConditions
public static interface FailureConditions.Builder
extends SdkPojo, CopyableBuilder<FailureConditions.Builder,FailureConditions>
-
Method Summary
Modifier and TypeMethodDescriptionThe specified result for when the failure conditions are met, such as rolling back the stage.The specified result for when the failure conditions are met, such as rolling back the stage.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
result
The specified result for when the failure conditions are met, such as rolling back the stage.
- Parameters:
result- The specified result for when the failure conditions are met, such as rolling back the stage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
result
The specified result for when the failure conditions are met, such as rolling back the stage.
- Parameters:
result- The specified result for when the failure conditions are met, such as rolling back the stage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-