Interface ManagedMetricAlarm.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the CloudWatch metric alarm.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the CloudWatch metric alarm.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the CloudWatch metric alarm.

      Parameters:
      status - The status of the CloudWatch metric alarm.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the CloudWatch metric alarm.

      Parameters:
      status - The status of the CloudWatch metric alarm.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusReason

      ManagedMetricAlarm.Builder statusReason(String statusReason)

      Information about why the CloudWatch metric alarm is in the current status.

      Parameters:
      statusReason - Information about why the CloudWatch metric alarm is in the current status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      ManagedMetricAlarm.Builder updatedAt(Instant updatedAt)

      The Unix timestamp for when the CloudWatch metric alarm was last updated.

      Parameters:
      updatedAt - The Unix timestamp for when the CloudWatch metric alarm was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.