Uses of Interface
software.amazon.awssdk.services.connect.model.EvaluationFormNumericQuestionOption.Builder
-
Packages that use EvaluationFormNumericQuestionOption.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of EvaluationFormNumericQuestionOption.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return EvaluationFormNumericQuestionOption.Builder Modifier and Type Method Description EvaluationFormNumericQuestionOption.BuilderEvaluationFormNumericQuestionOption.Builder. automaticFail(Boolean automaticFail)The flag to mark the option as automatic fail.static EvaluationFormNumericQuestionOption.BuilderEvaluationFormNumericQuestionOption. builder()EvaluationFormNumericQuestionOption.BuilderEvaluationFormNumericQuestionOption.Builder. maxValue(Integer maxValue)The maximum answer value of the range option.EvaluationFormNumericQuestionOption.BuilderEvaluationFormNumericQuestionOption.Builder. minValue(Integer minValue)The minimum answer value of the range option.EvaluationFormNumericQuestionOption.BuilderEvaluationFormNumericQuestionOption.Builder. score(Integer score)The score assigned to answer values within the range option.EvaluationFormNumericQuestionOption.BuilderEvaluationFormNumericQuestionOption. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type EvaluationFormNumericQuestionOption.Builder Modifier and Type Method Description static Class<? extends EvaluationFormNumericQuestionOption.Builder>EvaluationFormNumericQuestionOption. serializableBuilderClass()
-