Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.ScheduleConfiguration.Builder
Packages that use ScheduleConfiguration.Builder
-
Uses of ScheduleConfiguration.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return ScheduleConfiguration.BuilderModifier and TypeMethodDescriptionScheduleConfiguration.builder()ScheduleConfiguration.Builder.endTimeOffset(Long endTimeOffset) The offset, in seconds, before the scheduled execution time at which the query time range ends.ScheduleConfiguration.Builder.scheduleExpression(String scheduleExpression) The schedule expression that defines how often the underlying CloudWatch Logs scheduled query runs.ScheduleConfiguration.Builder.startTimeOffset(Long startTimeOffset) The offset, in seconds, before the scheduled execution time at which the query time range begins.ScheduleConfiguration.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type ScheduleConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ScheduleConfiguration.Builder>ScheduleConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type ScheduleConfiguration.BuilderModifier and TypeMethodDescriptionScheduledQueryConfiguration.Builder.scheduleConfiguration(Consumer<ScheduleConfiguration.Builder> scheduleConfiguration) The schedule and time-range offset configuration for the underlying scheduled query.