Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.PutInsightRuleRequest.Builder
Packages that use PutInsightRuleRequest.Builder
Package
Description
Amazon CloudWatch monitors your Amazon Web Services (Amazon Web Services) resources and the applications you run on
Amazon Web Services in real time.
-
Uses of PutInsightRuleRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type PutInsightRuleRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<PutInsightRuleResponse>CloudWatchAsyncClient.putInsightRule(Consumer<PutInsightRuleRequest.Builder> putInsightRuleRequest) Creates a Contributor Insights rule.default PutInsightRuleResponseCloudWatchClient.putInsightRule(Consumer<PutInsightRuleRequest.Builder> putInsightRuleRequest) Creates a Contributor Insights rule. -
Uses of PutInsightRuleRequest.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return PutInsightRuleRequest.BuilderModifier and TypeMethodDescriptionPutInsightRuleRequest.Builder.applyOnTransformedLogs(Boolean applyOnTransformedLogs) Specifytrueto have this rule evaluate log events after they have been transformed by Log transformation.PutInsightRuleRequest.builder()PutInsightRuleRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutInsightRuleRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutInsightRuleRequest.Builder.ruleDefinition(String ruleDefinition) The definition of the rule, as a JSON object.A unique name for the rule.The state of the rule.PutInsightRuleRequest.Builder.tags(Collection<Tag> tags) A list of key-value pairs to associate with the Contributor Insights rule.PutInsightRuleRequest.Builder.tags(Consumer<Tag.Builder>... tags) A list of key-value pairs to associate with the Contributor Insights rule.A list of key-value pairs to associate with the Contributor Insights rule.PutInsightRuleRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type PutInsightRuleRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutInsightRuleRequest.Builder>PutInsightRuleRequest.serializableBuilderClass()