Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.Schedule.Builder
Packages that use Schedule.Builder
-
Uses of Schedule.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return Schedule.BuilderModifier and TypeMethodDescriptionstatic Schedule.BuilderSchedule.builder()The length of time that alarms remain muted when the schedule activates.Schedule.Builder.expression(String expression) The schedule expression that defines when the mute rule activates.The time zone to use when evaluating the schedule expression.Schedule.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type Schedule.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Schedule.Builder>Schedule.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type Schedule.BuilderModifier and TypeMethodDescriptiondefault Rule.BuilderRule.Builder.schedule(Consumer<Schedule.Builder> schedule) The schedule configuration that defines when the mute rule activates and how long it remains active.