Uses of Interface
software.amazon.awssdk.services.connect.model.EvaluationFormSingleSelectQuestionAutomation.Builder
-
Packages that use EvaluationFormSingleSelectQuestionAutomation.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of EvaluationFormSingleSelectQuestionAutomation.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return EvaluationFormSingleSelectQuestionAutomation.Builder Modifier and Type Method Description static EvaluationFormSingleSelectQuestionAutomation.BuilderEvaluationFormSingleSelectQuestionAutomation. builder()EvaluationFormSingleSelectQuestionAutomation.BuilderEvaluationFormSingleSelectQuestionAutomation.Builder. defaultOptionRefId(String defaultOptionRefId)The identifier of the default answer option, when none of the automation options match the criteria.EvaluationFormSingleSelectQuestionAutomation.BuilderEvaluationFormSingleSelectQuestionAutomation.Builder. options(Collection<EvaluationFormSingleSelectQuestionAutomationOption> options)The automation options of the single select question.EvaluationFormSingleSelectQuestionAutomation.BuilderEvaluationFormSingleSelectQuestionAutomation.Builder. options(Consumer<EvaluationFormSingleSelectQuestionAutomationOption.Builder>... options)The automation options of the single select question.EvaluationFormSingleSelectQuestionAutomation.BuilderEvaluationFormSingleSelectQuestionAutomation.Builder. options(EvaluationFormSingleSelectQuestionAutomationOption... options)The automation options of the single select question.EvaluationFormSingleSelectQuestionAutomation.BuilderEvaluationFormSingleSelectQuestionAutomation. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type EvaluationFormSingleSelectQuestionAutomation.Builder Modifier and Type Method Description static Class<? extends EvaluationFormSingleSelectQuestionAutomation.Builder>EvaluationFormSingleSelectQuestionAutomation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type EvaluationFormSingleSelectQuestionAutomation.Builder Modifier and Type Method Description default EvaluationFormSingleSelectQuestionProperties.BuilderEvaluationFormSingleSelectQuestionProperties.Builder. automation(Consumer<EvaluationFormSingleSelectQuestionAutomation.Builder> automation)The display mode of the single select question.
-