Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.Schedule.Builder
-
Packages that use Schedule.Builder Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of Schedule.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return Schedule.Builder Modifier and Type Method Description static Schedule.BuilderSchedule. builder()Schedule.BuilderSchedule.Builder. duration(String duration)The length of time that alarms remain muted when the schedule activates.Schedule.BuilderSchedule.Builder. expression(String expression)The schedule expression that defines when the mute rule activates.Schedule.BuilderSchedule.Builder. timezone(String timezone)The time zone to use when evaluating the schedule expression.Schedule.BuilderSchedule. toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type Schedule.Builder Modifier and Type Method Description static Class<? extends Schedule.Builder>Schedule. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type Schedule.Builder Modifier and Type Method Description 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.
-