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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MuteTargets.BuilderalarmNames(String... alarmNames)The list of alarm names that this mute rule targets.MuteTargets.BuilderalarmNames(Collection<String> alarmNames)The list of alarm names that this mute rule targets.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
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.
-
-