Interface AssociatedAlarm.Builder

  • Method Details

    • crossAccountRole

      AssociatedAlarm.Builder crossAccountRole(String crossAccountRole)

      The cross account role for the configuration.

      Parameters:
      crossAccountRole - The cross account role for the configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • externalId

      AssociatedAlarm.Builder externalId(String externalId)

      The external ID (secret key) for the configuration.

      Parameters:
      externalId - The external ID (secret key) for the configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceIdentifier

      AssociatedAlarm.Builder resourceIdentifier(String resourceIdentifier)

      The resource identifier for alarms that you associate with a plan.

      Parameters:
      resourceIdentifier - The resource identifier for alarms that you associate with a plan.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • alarmType

      AssociatedAlarm.Builder alarmType(String alarmType)

      The alarm type for an associated alarm. An associated CloudWatch alarm can be an application health alarm or a trigger alarm.

      Parameters:
      alarmType - The alarm type for an associated alarm. An associated CloudWatch alarm can be an application health alarm or a trigger alarm.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • alarmType

      AssociatedAlarm.Builder alarmType(AlarmType alarmType)

      The alarm type for an associated alarm. An associated CloudWatch alarm can be an application health alarm or a trigger alarm.

      Parameters:
      alarmType - The alarm type for an associated alarm. An associated CloudWatch alarm can be an application health alarm or a trigger alarm.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: