Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.InsightRule.Builder
Packages that use InsightRule.Builder
-
Uses of InsightRule.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return InsightRule.BuilderModifier and TypeMethodDescriptionInsightRule.Builder.applyOnTransformedLogs(Boolean applyOnTransformedLogs) Displays whether the rule is evaluated on the transformed versions of logs, for log groups that have Log transformation enabled.static InsightRule.BuilderInsightRule.builder()InsightRule.Builder.definition(String definition) The definition of the rule, as a JSON object.InsightRule.Builder.managedRule(Boolean managedRule) An optional built-in rule that Amazon Web Services manages.The name of the rule.For rules that you create, this is always{"Name": "CloudWatchLogRule", "Version": 1}.Indicates whether the rule is enabled or disabled.InsightRule.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type InsightRule.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InsightRule.Builder>InsightRule.serializableBuilderClass()