Uses of Interface
software.amazon.awssdk.services.connect.model.EvaluationFormSingleSelectQuestionAutomationOption.Builder
-
Packages that use EvaluationFormSingleSelectQuestionAutomationOption.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of EvaluationFormSingleSelectQuestionAutomationOption.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return EvaluationFormSingleSelectQuestionAutomationOption.Builder Modifier and Type Method Description static EvaluationFormSingleSelectQuestionAutomationOption.BuilderEvaluationFormSingleSelectQuestionAutomationOption. builder()default EvaluationFormSingleSelectQuestionAutomationOption.BuilderEvaluationFormSingleSelectQuestionAutomationOption.Builder. ruleCategory(Consumer<SingleSelectQuestionRuleCategoryAutomation.Builder> ruleCategory)The automation option based on a rule category for the single select question.EvaluationFormSingleSelectQuestionAutomationOption.BuilderEvaluationFormSingleSelectQuestionAutomationOption.Builder. ruleCategory(SingleSelectQuestionRuleCategoryAutomation ruleCategory)The automation option based on a rule category for the single select question.EvaluationFormSingleSelectQuestionAutomationOption.BuilderEvaluationFormSingleSelectQuestionAutomationOption. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type EvaluationFormSingleSelectQuestionAutomationOption.Builder Modifier and Type Method Description static Class<? extends EvaluationFormSingleSelectQuestionAutomationOption.Builder>EvaluationFormSingleSelectQuestionAutomationOption. serializableBuilderClass()
-