Interface MuteTargets.Builder

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

@Mutable @NotThreadSafe public static interface MuteTargets.Builder extends SdkPojo, CopyableBuilder<MuteTargets.Builder,MuteTargets>
  • Method Details

    • 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.