Interface MuteTargets.Builder

    • Method Detail

      • alarmNames

        MuteTargets.Builder alarmNames​(Collection<String> alarmNames)

        The list of alarm names that this mute rule targets. You can specify up to 100 alarm names.

        Each alarm name must be between 1 and 255 characters in length. The alarm names must match existing alarms in your Amazon Web Services account and region.

        Parameters:
        alarmNames - The list of alarm names that this mute rule targets. You can specify up to 100 alarm names.

        Each alarm name must be between 1 and 255 characters in length. The alarm names must match existing alarms in your Amazon Web Services account and region.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • alarmNames

        MuteTargets.Builder alarmNames​(String... alarmNames)

        The list of alarm names that this mute rule targets. You can specify up to 100 alarm names.

        Each alarm name must be between 1 and 255 characters in length. The alarm names must match existing alarms in your Amazon Web Services account and region.

        Parameters:
        alarmNames - The list of alarm names that this mute rule targets. You can specify up to 100 alarm names.

        Each alarm name must be between 1 and 255 characters in length. The alarm names must match existing alarms in your Amazon Web Services account and region.

        Returns:
        Returns a reference to this object so that method calls can be chained together.