Interface UpdateExperimentTemplateStopConditionInput.Builder

    • Method Detail

      • source

        UpdateExperimentTemplateStopConditionInput.Builder source​(String source)

        The source for the stop condition. Specify aws:cloudwatch:alarm if the stop condition is defined by a CloudWatch alarm. Specify none if there is no stop condition.

        Parameters:
        source - The source for the stop condition. Specify aws:cloudwatch:alarm if the stop condition is defined by a CloudWatch alarm. Specify none if there is no stop condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        UpdateExperimentTemplateStopConditionInput.Builder value​(String 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.