Interface RuleResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RuleResult.Builder,
,RuleResult> SdkBuilder<RuleResult.Builder,
,RuleResult> SdkPojo
- Enclosing class:
RuleResult
@Mutable
@NotThreadSafe
public static interface RuleResult.Builder
extends SdkPojo, CopyableBuilder<RuleResult.Builder,RuleResult>
-
Method Summary
Modifier and TypeMethodDescriptionThe outcomes of the matched rule, based on the rule execution mode.outcomes
(Collection<String> outcomes) The outcomes of the matched rule, based on the rule execution mode.The rule ID that was matched, based on the rule execution mode.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
ruleId
The rule ID that was matched, based on the rule execution mode.
- Parameters:
ruleId
- The rule ID that was matched, based on the rule execution mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outcomes
The outcomes of the matched rule, based on the rule execution mode.
- Parameters:
outcomes
- The outcomes of the matched rule, based on the rule execution mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outcomes
The outcomes of the matched rule, based on the rule execution mode.
- Parameters:
outcomes
- The outcomes of the matched rule, based on the rule execution mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-