| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static SingleSelectQuestionRuleCategoryAutomation.Builder |
SingleSelectQuestionRuleCategoryAutomation.builder() |
SingleSelectQuestionRuleCategoryAutomation.Builder |
SingleSelectQuestionRuleCategoryAutomation.Builder.category(String category)
The category name, as defined in Rules.
|
SingleSelectQuestionRuleCategoryAutomation.Builder |
SingleSelectQuestionRuleCategoryAutomation.Builder.condition(SingleSelectQuestionRuleCategoryAutomationCondition condition)
The condition to apply for the automation option.
|
SingleSelectQuestionRuleCategoryAutomation.Builder |
SingleSelectQuestionRuleCategoryAutomation.Builder.condition(String condition)
The condition to apply for the automation option.
|
SingleSelectQuestionRuleCategoryAutomation.Builder |
SingleSelectQuestionRuleCategoryAutomation.Builder.optionRefId(String optionRefId)
The identifier of the answer option.
|
SingleSelectQuestionRuleCategoryAutomation.Builder |
SingleSelectQuestionRuleCategoryAutomation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SingleSelectQuestionRuleCategoryAutomation.Builder> |
SingleSelectQuestionRuleCategoryAutomation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static EvaluationFormSingleSelectQuestionAutomationOption |
EvaluationFormSingleSelectQuestionAutomationOption.fromRuleCategory(Consumer<SingleSelectQuestionRuleCategoryAutomation.Builder> ruleCategory)
Create an instance of this class with
EvaluationFormSingleSelectQuestionAutomationOption.ruleCategory() initialized to the given value. |
default EvaluationFormSingleSelectQuestionAutomationOption.Builder |
EvaluationFormSingleSelectQuestionAutomationOption.Builder.ruleCategory(Consumer<SingleSelectQuestionRuleCategoryAutomation.Builder> ruleCategory)
The automation option based on a rule category for the single select question.
|
Copyright © 2023. All rights reserved.