Interface ExperimentTemplateStopCondition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExperimentTemplateStopCondition.Builder,
,ExperimentTemplateStopCondition> SdkBuilder<ExperimentTemplateStopCondition.Builder,
,ExperimentTemplateStopCondition> SdkPojo
- Enclosing class:
ExperimentTemplateStopCondition
public static interface ExperimentTemplateStopCondition.Builder
extends SdkPojo, CopyableBuilder<ExperimentTemplateStopCondition.Builder,ExperimentTemplateStopCondition>
-
Method Summary
Modifier and TypeMethodDescriptionThe source for the stop condition.The Amazon Resource Name (ARN) of the CloudWatch alarm, if applicable.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 Details
-
source
The source for the stop condition.
- Parameters:
source
- The source for the stop condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The Amazon Resource Name (ARN) of the CloudWatch alarm, if applicable.
- Parameters:
value
- The Amazon Resource Name (ARN) of the CloudWatch alarm, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-