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 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()
-