Uses of Class
software.amazon.awscdk.services.cloudwatch.CfnLogAlarmProps.Builder
Packages that use CfnLogAlarmProps.Builder
-
Uses of CfnLogAlarmProps.Builder in software.amazon.awscdk.services.cloudwatch
Methods in software.amazon.awscdk.services.cloudwatch that return CfnLogAlarmProps.BuilderModifier and TypeMethodDescriptionCfnLogAlarmProps.Builder.actionLogLineCount(Number actionLogLineCount) Sets the value ofCfnLogAlarmProps.getActionLogLineCount()CfnLogAlarmProps.Builder.actionLogLineRoleArn(String actionLogLineRoleArn) Sets the value ofCfnLogAlarmProps.getActionLogLineRoleArn()CfnLogAlarmProps.Builder.actionsEnabled(Boolean actionsEnabled) Sets the value ofCfnLogAlarmProps.getActionsEnabled()CfnLogAlarmProps.Builder.actionsEnabled(IResolvable actionsEnabled) Sets the value ofCfnLogAlarmProps.getActionsEnabled()CfnLogAlarmProps.Builder.alarmActions(List<String> alarmActions) Sets the value ofCfnLogAlarmProps.getAlarmActions()CfnLogAlarmProps.Builder.alarmDescription(String alarmDescription) Sets the value ofCfnLogAlarmProps.getAlarmDescription()Sets the value ofCfnLogAlarmProps.getAlarmName()static CfnLogAlarmProps.BuilderCfnLogAlarmProps.builder()CfnLogAlarmProps.Builder.comparisonOperator(String comparisonOperator) Sets the value ofCfnLogAlarmProps.getComparisonOperator()CfnLogAlarmProps.Builder.insufficientDataActions(List<String> insufficientDataActions) Sets the value ofCfnLogAlarmProps.getInsufficientDataActions()Sets the value ofCfnLogAlarmProps.getOkActions()CfnLogAlarmProps.Builder.queryResultsToAlarm(Number queryResultsToAlarm) Sets the value ofCfnLogAlarmProps.getQueryResultsToAlarm()CfnLogAlarmProps.Builder.queryResultsToEvaluate(Number queryResultsToEvaluate) Sets the value ofCfnLogAlarmProps.getQueryResultsToEvaluate()CfnLogAlarmProps.Builder.scheduledQueryConfiguration(IResolvable scheduledQueryConfiguration) Sets the value ofCfnLogAlarmProps.getScheduledQueryConfiguration()CfnLogAlarmProps.Builder.scheduledQueryConfiguration(CfnLogAlarm.ScheduledQueryConfigurationProperty scheduledQueryConfiguration) Sets the value ofCfnLogAlarmProps.getScheduledQueryConfiguration()Sets the value ofCfnLogAlarmProps.getTags()Sets the value ofCfnLogAlarmProps.getThreshold()CfnLogAlarmProps.Builder.treatMissingData(String treatMissingData) Sets the value ofCfnLogAlarmProps.getTreatMissingData()Constructors in software.amazon.awscdk.services.cloudwatch with parameters of type CfnLogAlarmProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnLogAlarmProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnLogAlarmProps.Builder.