Interface ControlCondition.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ControlCondition.Builder,ControlCondition>, SdkBuilder<ControlCondition.Builder,ControlCondition>, SdkPojo
Enclosing class:
ControlCondition

public static interface ControlCondition.Builder extends SdkPojo, CopyableBuilder<ControlCondition.Builder,ControlCondition>
  • Method Details

    • alarmIdentifier

      ControlCondition.Builder alarmIdentifier(String alarmIdentifier)

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

      Parameters:
      alarmIdentifier - The Amazon Resource Name (ARN) for the 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

      The type of alarm specified for a practice run. The only valid value is CLOUDWATCH.

      Parameters:
      type - The type of alarm specified for a practice run. The only valid value is CLOUDWATCH.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of alarm specified for a practice run. The only valid value is CLOUDWATCH.

      Parameters:
      type - The type of alarm specified for a practice run. The only valid value is CLOUDWATCH.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: