public static interface UpdateRuleVersionRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<UpdateRuleVersionRequest.Builder,UpdateRuleVersionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRuleVersionRequest.Builder rule(Rule rule)
The rule to update.
rule - The rule to update.default UpdateRuleVersionRequest.Builder rule(Consumer<Rule.Builder> rule)
The rule to update.
This is a convenience method that creates an instance of theRule.Builder avoiding the need to create
one manually via Rule.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to rule(Rule).
rule - a consumer that will call methods on Rule.Builderrule(Rule)UpdateRuleVersionRequest.Builder description(String description)
The description.
description - The description.UpdateRuleVersionRequest.Builder expression(String expression)
The rule expression.
expression - The rule expression.UpdateRuleVersionRequest.Builder language(String language)
The language.
UpdateRuleVersionRequest.Builder language(Language language)
The language.
UpdateRuleVersionRequest.Builder outcomes(Collection<String> outcomes)
The outcomes.
outcomes - The outcomes.UpdateRuleVersionRequest.Builder outcomes(String... outcomes)
The outcomes.
outcomes - The outcomes.UpdateRuleVersionRequest.Builder tags(Collection<Tag> tags)
The tags to assign to the rule version.
tags - The tags to assign to the rule version.UpdateRuleVersionRequest.Builder tags(Tag... tags)
The tags to assign to the rule version.
tags - The tags to assign to the rule version.UpdateRuleVersionRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to assign to the rule version.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) UpdateRuleVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateRuleVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.