Interface MultiSelectQuestionRuleCategoryAutomation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MultiSelectQuestionRuleCategoryAutomation.Builder,,MultiSelectQuestionRuleCategoryAutomation> SdkBuilder<MultiSelectQuestionRuleCategoryAutomation.Builder,,MultiSelectQuestionRuleCategoryAutomation> SdkPojo
- Enclosing class:
MultiSelectQuestionRuleCategoryAutomation
@Mutable
@NotThreadSafe
public static interface MultiSelectQuestionRuleCategoryAutomation.Builder
extends SdkPojo, CopyableBuilder<MultiSelectQuestionRuleCategoryAutomation.Builder,MultiSelectQuestionRuleCategoryAutomation>
-
Method Summary
Modifier and TypeMethodDescriptionThe category name for this automation rule.The condition for this automation rule.The condition for this automation rule.optionRefIds(String... optionRefIds) Reference IDs of options for this automation rule.optionRefIds(Collection<String> optionRefIds) Reference IDs of options for this automation rule.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
-
category
The category name for this automation rule.
- Parameters:
category- The category name for this automation rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
condition
The condition for this automation rule.
- Parameters:
condition- The condition for this automation rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
condition
MultiSelectQuestionRuleCategoryAutomation.Builder condition(MultiSelectQuestionRuleCategoryAutomationCondition condition) The condition for this automation rule.
- Parameters:
condition- The condition for this automation rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
optionRefIds
Reference IDs of options for this automation rule.
- Parameters:
optionRefIds- Reference IDs of options for this automation rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optionRefIds
Reference IDs of options for this automation rule.
- Parameters:
optionRefIds- Reference IDs of options for this automation rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-