Interface ExperimentStopCondition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExperimentStopCondition.Builder,ExperimentStopCondition>,SdkBuilder<ExperimentStopCondition.Builder,ExperimentStopCondition>,SdkPojo
- Enclosing class:
- ExperimentStopCondition
public static interface ExperimentStopCondition.Builder extends SdkPojo, CopyableBuilder<ExperimentStopCondition.Builder,ExperimentStopCondition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExperimentStopCondition.Buildersource(String source)The source for the stop condition.ExperimentStopCondition.Buildervalue(String value)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 Detail
-
source
ExperimentStopCondition.Builder source(String 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
ExperimentStopCondition.Builder value(String 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.
-
-