Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.PutLogAlarmRequest.Builder
Packages that use PutLogAlarmRequest.Builder
Package
Description
Amazon CloudWatch enables you to publish, monitor, and manage various metrics, as well as configure alarm actions
based on data from metrics.
-
Uses of PutLogAlarmRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type PutLogAlarmRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<PutLogAlarmResponse>CloudWatchAsyncClient.putLogAlarm(Consumer<PutLogAlarmRequest.Builder> putLogAlarmRequest) Creates or updates a log alarm.default PutLogAlarmResponseCloudWatchClient.putLogAlarm(Consumer<PutLogAlarmRequest.Builder> putLogAlarmRequest) Creates or updates a log alarm. -
Uses of PutLogAlarmRequest.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return PutLogAlarmRequest.BuilderModifier and TypeMethodDescriptionPutLogAlarmRequest.Builder.actionLogLineCount(Integer actionLogLineCount) The number of log lines from the most recent scheduled query execution to include in alarm action notifications.PutLogAlarmRequest.Builder.actionLogLineRoleArn(String actionLogLineRoleArn) The Amazon Resource Name (ARN) of an IAM role that CloudWatch assumes to retrieve log events for inclusion in alarm action notifications.PutLogAlarmRequest.Builder.actionsEnabled(Boolean actionsEnabled) Indicates whether actions should be executed during any changes to the alarm state.PutLogAlarmRequest.Builder.alarmActions(String... alarmActions) The actions to execute when this alarm transitions to theALARMstate from any other state.PutLogAlarmRequest.Builder.alarmActions(Collection<String> alarmActions) The actions to execute when this alarm transitions to theALARMstate from any other state.PutLogAlarmRequest.Builder.alarmDescription(String alarmDescription) The description for the alarm.The name for the alarm.static PutLogAlarmRequest.BuilderPutLogAlarmRequest.builder()PutLogAlarmRequest.Builder.comparisonOperator(String comparisonOperator) The arithmetic operation to use when comparing the aggregated query result and the threshold.PutLogAlarmRequest.Builder.comparisonOperator(ComparisonOperator comparisonOperator) The arithmetic operation to use when comparing the aggregated query result and the threshold.PutLogAlarmRequest.Builder.insufficientDataActions(String... insufficientDataActions) The actions to execute when this alarm transitions to theINSUFFICIENT_DATAstate from any other state.PutLogAlarmRequest.Builder.insufficientDataActions(Collection<String> insufficientDataActions) The actions to execute when this alarm transitions to theINSUFFICIENT_DATAstate from any other state.The actions to execute when this alarm transitions to theOKstate from any other state.PutLogAlarmRequest.Builder.okActions(Collection<String> okActions) The actions to execute when this alarm transitions to theOKstate from any other state.PutLogAlarmRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutLogAlarmRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutLogAlarmRequest.Builder.queryResultsToAlarm(Integer queryResultsToAlarm) The number of query results, out of the most recentQueryResultsToEvaluateresults, that must breach the threshold to trigger the alarm to transition toALARM(the M in M-of-N evaluation).PutLogAlarmRequest.Builder.queryResultsToEvaluate(Integer queryResultsToEvaluate) The number of most recent scheduled query results to evaluate against the threshold (the N in M-of-N evaluation).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.PutLogAlarmRequest.Builder.scheduledQueryConfiguration(ScheduledQueryConfiguration scheduledQueryConfiguration) The configuration of the underlying CloudWatch Logs scheduled query that this alarm evaluates, including the query string, log groups, schedule, and aggregation expression.PutLogAlarmRequest.Builder.tags(Collection<Tag> tags) A list of key-value pairs to associate with the alarm.PutLogAlarmRequest.Builder.tags(Consumer<Tag.Builder>... tags) A list of key-value pairs to associate with the alarm.A list of key-value pairs to associate with the alarm.The value to compare with the aggregated query result.PutLogAlarmRequest.toBuilder()PutLogAlarmRequest.Builder.treatMissingData(String treatMissingData) Sets how this alarm is to handle missing data points.Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type PutLogAlarmRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutLogAlarmRequest.Builder>PutLogAlarmRequest.serializableBuilderClass()