Interface ManagedMetricAlarm.Builder

    • Method Detail

      • arn

        ManagedMetricAlarm.Builder arn​(String 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.
      • 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.