Interface AutomatedReasoningPolicyDisjointRuleSet.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutomatedReasoningPolicyDisjointRuleSet.Builder,,AutomatedReasoningPolicyDisjointRuleSet> SdkBuilder<AutomatedReasoningPolicyDisjointRuleSet.Builder,,AutomatedReasoningPolicyDisjointRuleSet> SdkPojo
- Enclosing class:
AutomatedReasoningPolicyDisjointRuleSet
@Mutable
@NotThreadSafe
public static interface AutomatedReasoningPolicyDisjointRuleSet.Builder
extends SdkPojo, CopyableBuilder<AutomatedReasoningPolicyDisjointRuleSet.Builder,AutomatedReasoningPolicyDisjointRuleSet>
-
Method Summary
Modifier and TypeMethodDescriptionThe list of rules that form this disjoint set, all operating on the same set of variables.rules(Collection<String> rules) The list of rules that form this disjoint set, all operating on the same set of variables.The set of variables that are used by the rules in this disjoint set.variables(Collection<String> variables) The set of variables that are used by the rules in this disjoint set.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
variables
The set of variables that are used by the rules in this disjoint set.
- Parameters:
variables- The set of variables that are used by the rules in this disjoint set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
variables
The set of variables that are used by the rules in this disjoint set.
- Parameters:
variables- The set of variables that are used by the rules in this disjoint set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rules
The list of rules that form this disjoint set, all operating on the same set of variables.
- Parameters:
rules- The list of rules that form this disjoint set, all operating on the same set of variables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rules
The list of rules that form this disjoint set, all operating on the same set of variables.
- Parameters:
rules- The list of rules that form this disjoint set, all operating on the same set of variables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-