| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluationFormNumericQuestionOption.Builder |
EvaluationFormNumericQuestionOption.Builder.automaticFail(Boolean automaticFail)
The flag to mark the option as automatic fail.
|
static EvaluationFormNumericQuestionOption.Builder |
EvaluationFormNumericQuestionOption.builder() |
EvaluationFormNumericQuestionOption.Builder |
EvaluationFormNumericQuestionOption.Builder.maxValue(Integer maxValue)
The maximum answer value of the range option.
|
EvaluationFormNumericQuestionOption.Builder |
EvaluationFormNumericQuestionOption.Builder.minValue(Integer minValue)
The minimum answer value of the range option.
|
EvaluationFormNumericQuestionOption.Builder |
EvaluationFormNumericQuestionOption.Builder.score(Integer score)
The score assigned to answer values within the range option.
|
EvaluationFormNumericQuestionOption.Builder |
EvaluationFormNumericQuestionOption.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EvaluationFormNumericQuestionOption.Builder> |
EvaluationFormNumericQuestionOption.serializableBuilderClass() |
Copyright © 2023. All rights reserved.