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