Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.InsightRule.Builder
-
Packages that use InsightRule.Builder Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of InsightRule.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return InsightRule.Builder Modifier and Type Method Description InsightRule.BuilderInsightRule.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.BuilderInsightRule.Builder. definition(String definition)The definition of the rule, as a JSON object.InsightRule.BuilderInsightRule.Builder. managedRule(Boolean managedRule)An optional built-in rule that Amazon Web Services manages.InsightRule.BuilderInsightRule.Builder. name(String name)The name of the rule.InsightRule.BuilderInsightRule.Builder. schema(String schema)For rules that you create, this is always{"Name": "CloudWatchLogRule", "Version": 1}.InsightRule.BuilderInsightRule.Builder. state(String state)Indicates whether the rule is enabled or disabled.InsightRule.BuilderInsightRule. toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type InsightRule.Builder Modifier and Type Method Description static Class<? extends InsightRule.Builder>InsightRule. serializableBuilderClass()
-