Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.GetAlarmMuteRuleResponse.Builder
Packages that use GetAlarmMuteRuleResponse.Builder
-
Uses of GetAlarmMuteRuleResponse.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return GetAlarmMuteRuleResponse.BuilderModifier and TypeMethodDescriptionGetAlarmMuteRuleResponse.Builder.alarmMuteRuleArn(String alarmMuteRuleArn) The Amazon Resource Name (ARN) of the alarm mute rule.GetAlarmMuteRuleResponse.builder()GetAlarmMuteRuleResponse.Builder.description(String description) The description of the alarm mute rule.GetAlarmMuteRuleResponse.Builder.expireDate(Instant expireDate) The date and time when the mute rule expires and is no longer evaluated.GetAlarmMuteRuleResponse.Builder.lastUpdatedTimestamp(Instant lastUpdatedTimestamp) The date and time when the mute rule was last updated.default GetAlarmMuteRuleResponse.BuilderGetAlarmMuteRuleResponse.Builder.muteTargets(Consumer<MuteTargets.Builder> muteTargets) Specifies which alarms this rule applies to.GetAlarmMuteRuleResponse.Builder.muteTargets(MuteTargets muteTargets) Specifies which alarms this rule applies to.Indicates whether the mute rule is one-time or recurring.The name of the alarm mute rule.default GetAlarmMuteRuleResponse.BuilderGetAlarmMuteRuleResponse.Builder.rule(Consumer<Rule.Builder> rule) The configuration that defines when and how long alarms are muted.The configuration that defines when and how long alarms are muted.The date and time when the mute rule becomes active.The current status of the alarm mute rule.GetAlarmMuteRuleResponse.Builder.status(AlarmMuteRuleStatus status) The current status of the alarm mute rule.GetAlarmMuteRuleResponse.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type GetAlarmMuteRuleResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetAlarmMuteRuleResponse.Builder>GetAlarmMuteRuleResponse.serializableBuilderClass()