Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.LogAlarm.Builder
Packages that use LogAlarm.Builder
-
Uses of LogAlarm.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return LogAlarm.BuilderModifier and TypeMethodDescriptionLogAlarm.Builder.actionLogLineCount(Integer actionLogLineCount) The number of log lines from the most recent scheduled query execution that are included in alarm action notifications.LogAlarm.Builder.actionLogLineRoleArn(String actionLogLineRoleArn) The Amazon Resource Name (ARN) of the IAM role that CloudWatch assumes to retrieve log events for inclusion in alarm action notifications.LogAlarm.Builder.actionsEnabled(Boolean actionsEnabled) Indicates whether actions should be executed during any changes to the alarm state.LogAlarm.Builder.alarmActions(String... alarmActions) The actions to execute when this alarm transitions to theALARMstate from any other state.LogAlarm.Builder.alarmActions(Collection<String> alarmActions) The actions to execute when this alarm transitions to theALARMstate from any other state.The Amazon Resource Name (ARN) of the alarm.LogAlarm.Builder.alarmConfigurationUpdatedTimestamp(Instant alarmConfigurationUpdatedTimestamp) The time stamp of the last update to the alarm configuration.LogAlarm.Builder.alarmDescription(String alarmDescription) The description of the alarm.The name of the alarm.static LogAlarm.BuilderLogAlarm.builder()LogAlarm.Builder.comparisonOperator(String comparisonOperator) The arithmetic operation to use when comparing the aggregated query result and the threshold.LogAlarm.Builder.comparisonOperator(ComparisonOperator comparisonOperator) The arithmetic operation to use when comparing the aggregated query result and the threshold.LogAlarm.Builder.evaluationState(String evaluationState) If the value of this field isEVALUATION_ERROR, it indicates configuration errors in the alarm setup that require review and correction.LogAlarm.Builder.evaluationState(EvaluationState evaluationState) If the value of this field isEVALUATION_ERROR, it indicates configuration errors in the alarm setup that require review and correction.LogAlarm.Builder.insufficientDataActions(String... insufficientDataActions) The actions to execute when this alarm transitions to theINSUFFICIENT_DATAstate from any other state.LogAlarm.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.LogAlarm.Builder.okActions(Collection<String> okActions) The actions to execute when this alarm transitions to theOKstate from any other state.LogAlarm.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).LogAlarm.Builder.queryResultsToEvaluate(Integer queryResultsToEvaluate) The number of most recent scheduled query results that the alarm evaluates against the threshold (the N in M-of-N evaluation).default 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.LogAlarm.Builder.scheduledQueryConfiguration(ScheduledQueryConfiguration 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.LogAlarm.Builder.stateReason(String stateReason) An explanation for the alarm state, in text format.LogAlarm.Builder.stateReasonData(String stateReasonData) An explanation for the alarm state, in JSON format.LogAlarm.Builder.stateTransitionedTimestamp(Instant stateTransitionedTimestamp) The date and time that the alarm'sStateValuemost recently changed.LogAlarm.Builder.stateUpdatedTimestamp(Instant stateUpdatedTimestamp) The time stamp of the last update to the value of either theStateValueorEvaluationStateparameters.LogAlarm.Builder.stateValue(String stateValue) The state value for the alarm.LogAlarm.Builder.stateValue(StateValue stateValue) The state value for the alarm.The value to compare with the aggregated query result.LogAlarm.toBuilder()LogAlarm.Builder.treatMissingData(String treatMissingData) How this alarm handles missing data points.Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type LogAlarm.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LogAlarm.Builder>LogAlarm.serializableBuilderClass()