Interface MuteTargets.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MuteTargets.Builder,,MuteTargets> SdkBuilder<MuteTargets.Builder,,MuteTargets> SdkPojo
- Enclosing class:
MuteTargets
-
Method Summary
Modifier and TypeMethodDescriptionalarmNames(String... alarmNames) The list of alarm names that this mute rule targets.alarmNames(Collection<String> alarmNames) The list of alarm names that this mute rule targets.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-