Uses of Interface
software.amazon.awssdk.services.connect.model.SingleSelectQuestionRuleCategoryAutomation.Builder
-
Packages that use SingleSelectQuestionRuleCategoryAutomation.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of SingleSelectQuestionRuleCategoryAutomation.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return SingleSelectQuestionRuleCategoryAutomation.Builder Modifier and Type Method Description static SingleSelectQuestionRuleCategoryAutomation.BuilderSingleSelectQuestionRuleCategoryAutomation. builder()SingleSelectQuestionRuleCategoryAutomation.BuilderSingleSelectQuestionRuleCategoryAutomation.Builder. category(String category)The category name, as defined in Rules.SingleSelectQuestionRuleCategoryAutomation.BuilderSingleSelectQuestionRuleCategoryAutomation.Builder. condition(String condition)The condition to apply for the automation option.SingleSelectQuestionRuleCategoryAutomation.BuilderSingleSelectQuestionRuleCategoryAutomation.Builder. condition(SingleSelectQuestionRuleCategoryAutomationCondition condition)The condition to apply for the automation option.SingleSelectQuestionRuleCategoryAutomation.BuilderSingleSelectQuestionRuleCategoryAutomation.Builder. optionRefId(String optionRefId)The identifier of the answer option.SingleSelectQuestionRuleCategoryAutomation.BuilderSingleSelectQuestionRuleCategoryAutomation. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type SingleSelectQuestionRuleCategoryAutomation.Builder Modifier and Type Method Description static Class<? extends SingleSelectQuestionRuleCategoryAutomation.Builder>SingleSelectQuestionRuleCategoryAutomation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type SingleSelectQuestionRuleCategoryAutomation.Builder Modifier and Type Method Description static EvaluationFormSingleSelectQuestionAutomationOptionEvaluationFormSingleSelectQuestionAutomationOption. fromRuleCategory(Consumer<SingleSelectQuestionRuleCategoryAutomation.Builder> ruleCategory)Create an instance of this class withEvaluationFormSingleSelectQuestionAutomationOption.ruleCategory()initialized to the given value.default EvaluationFormSingleSelectQuestionAutomationOption.BuilderEvaluationFormSingleSelectQuestionAutomationOption.Builder. ruleCategory(Consumer<SingleSelectQuestionRuleCategoryAutomation.Builder> ruleCategory)The automation option based on a rule category for the single select question.
-