Interface ControlCondition.Builder

    • Method Detail

      • alarmIdentifier

        ControlCondition.Builder alarmIdentifier​(String alarmIdentifier)

        The Amazon Resource Name (ARN) for an Amazon CloudWatch alarm that you specify as a control condition for a practice run.

        Parameters:
        alarmIdentifier - The Amazon Resource Name (ARN) for an Amazon CloudWatch alarm that you specify as a control condition for a practice run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        ControlCondition.Builder type​(String type)

        The type of alarm specified for a practice run. You can only specify Amazon CloudWatch alarms for practice runs, so the only valid value is CLOUDWATCH.

        Parameters:
        type - The type of alarm specified for a practice run. You can only specify Amazon CloudWatch alarms for practice runs, so the only valid value is CLOUDWATCH.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ControlConditionType, ControlConditionType
      • type

        ControlCondition.Builder type​(ControlConditionType type)

        The type of alarm specified for a practice run. You can only specify Amazon CloudWatch alarms for practice runs, so the only valid value is CLOUDWATCH.

        Parameters:
        type - The type of alarm specified for a practice run. You can only specify Amazon CloudWatch alarms for practice runs, so the only valid value is CLOUDWATCH.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ControlConditionType, ControlConditionType