public static interface RuleEvaluation.Builder extends SdkPojo, CopyableBuilder<RuleEvaluation.Builder,RuleEvaluation>
| Modifier and Type | Method and Description |
|---|---|
default RuleEvaluation.Builder |
simpleRuleEvaluation(Consumer<SimpleRuleEvaluation.Builder> simpleRuleEvaluation)
Information needed to compare two values with a comparison operator.
|
RuleEvaluation.Builder |
simpleRuleEvaluation(SimpleRuleEvaluation simpleRuleEvaluation)
Information needed to compare two values with a comparison operator.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRuleEvaluation.Builder simpleRuleEvaluation(SimpleRuleEvaluation simpleRuleEvaluation)
Information needed to compare two values with a comparison operator.
simpleRuleEvaluation - Information needed to compare two values with a comparison operator.default RuleEvaluation.Builder simpleRuleEvaluation(Consumer<SimpleRuleEvaluation.Builder> simpleRuleEvaluation)
Information needed to compare two values with a comparison operator.
This is a convenience method that creates an instance of theSimpleRuleEvaluation.Builder avoiding
the need to create one manually via SimpleRuleEvaluation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to simpleRuleEvaluation(SimpleRuleEvaluation).
simpleRuleEvaluation - a consumer that will call methods on SimpleRuleEvaluation.BuildersimpleRuleEvaluation(SimpleRuleEvaluation)Copyright © 2023. All rights reserved.