Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.ScheduledQueryConfiguration.Builder
Packages that use ScheduledQueryConfiguration.Builder
-
Uses of ScheduledQueryConfiguration.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return ScheduledQueryConfiguration.BuilderModifier and TypeMethodDescriptionScheduledQueryConfiguration.Builder.aggregationExpression(String aggregationExpression) The expression that defines how to aggregate query results into one or more scalar values for alarm evaluation.ScheduledQueryConfiguration.builder()ScheduledQueryConfiguration.Builder.logGroupIdentifiers(String... logGroupIdentifiers) The log groups to query.ScheduledQueryConfiguration.Builder.logGroupIdentifiers(Collection<String> logGroupIdentifiers) The log groups to query.The Amazon Resource Name (ARN) of the CloudWatch Logs scheduled query that the alarm uses.ScheduledQueryConfiguration.Builder.queryString(String queryString) The CloudWatch Logs query to execute on each scheduled run.ScheduledQueryConfiguration.Builder.scheduleConfiguration(Consumer<ScheduleConfiguration.Builder> scheduleConfiguration) The schedule and time-range offset configuration for the underlying scheduled query.ScheduledQueryConfiguration.Builder.scheduleConfiguration(ScheduleConfiguration scheduleConfiguration) The schedule and time-range offset configuration for the underlying scheduled query.ScheduledQueryConfiguration.Builder.scheduledQueryRoleARN(String scheduledQueryRoleARN) The Amazon Resource Name (ARN) of the IAM role that CloudWatch assumes when executing the scheduled query against the configured log groups.ScheduledQueryConfiguration.Builder.tags(Collection<Tag> tags) A list of key-value pairs to associate with the underlying scheduled query resource.ScheduledQueryConfiguration.Builder.tags(Consumer<Tag.Builder>... tags) A list of key-value pairs to associate with the underlying scheduled query resource.A list of key-value pairs to associate with the underlying scheduled query resource.ScheduledQueryConfiguration.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type ScheduledQueryConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ScheduledQueryConfiguration.Builder>ScheduledQueryConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type ScheduledQueryConfiguration.BuilderModifier and TypeMethodDescriptiondefault LogAlarm.BuilderLogAlarm.Builder.scheduledQueryConfiguration(Consumer<ScheduledQueryConfiguration.Builder> scheduledQueryConfiguration) The configuration of the underlying CloudWatch Logs scheduled query, including the query string, log groups, schedule, aggregation expression, and the ARN of the managed scheduled query.default PutLogAlarmRequest.BuilderPutLogAlarmRequest.Builder.scheduledQueryConfiguration(Consumer<ScheduledQueryConfiguration.Builder> scheduledQueryConfiguration) The configuration of the underlying CloudWatch Logs scheduled query that this alarm evaluates, including the query string, log groups, schedule, and aggregation expression.