Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.Rule.Builder
Packages that use Rule.Builder
-
Uses of Rule.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return Rule.BuilderModifier and TypeMethodDescriptionstatic Rule.BuilderRule.builder()default Rule.BuilderRule.Builder.schedule(Consumer<Schedule.Builder> schedule) The schedule configuration that defines when the mute rule activates and how long it remains active.The schedule configuration that defines when the mute rule activates and how long it remains active.Rule.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type Rule.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Rule.Builder>Rule.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type Rule.BuilderModifier and TypeMethodDescriptiondefault GetAlarmMuteRuleResponse.BuilderGetAlarmMuteRuleResponse.Builder.rule(Consumer<Rule.Builder> rule) The configuration that defines when and how long alarms are muted.default PutAlarmMuteRuleRequest.BuilderPutAlarmMuteRuleRequest.Builder.rule(Consumer<Rule.Builder> rule) The configuration that defines when and how long alarms should be muted.