Interface StopCondition.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StopCondition.Builder,,StopCondition> SdkBuilder<StopCondition.Builder,,StopCondition> SdkPojo
- Enclosing class:
StopCondition
@Mutable
@NotThreadSafe
public static interface StopCondition.Builder
extends SdkPojo, CopyableBuilder<StopCondition.Builder,StopCondition>
-
Method Summary
Modifier and TypeMethodDescriptionThe source of the stop condition.source(StopConditionSource source) The source of the stop condition.The value of the stop condition, such as the ARN of the CloudWatch alarm.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, sdkFieldNameToField, sdkFields
-
Method Details
-
source
The source of the stop condition.
- Parameters:
source- The source of the stop condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
source
The source of the stop condition.
- Parameters:
source- The source of the stop condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The value of the stop condition, such as the ARN of the CloudWatch alarm.
- Parameters:
value- The value of the stop condition, such as the ARN of the CloudWatch alarm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-