| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
ProfileTemplateQuestion |
ProfileTemplateQuestion.clone() |
ProfileTemplateQuestion |
ProfileTemplateQuestion.withMaxSelectedChoices(Integer maxSelectedChoices)
The maximum number of choices selected.
|
ProfileTemplateQuestion |
ProfileTemplateQuestion.withMinSelectedChoices(Integer minSelectedChoices)
The minimum number of choices selected.
|
ProfileTemplateQuestion |
ProfileTemplateQuestion.withQuestionChoices(Collection<ProfileTemplateChoice> questionChoices)
The question choices.
|
ProfileTemplateQuestion |
ProfileTemplateQuestion.withQuestionChoices(ProfileTemplateChoice... questionChoices)
The question choices.
|
ProfileTemplateQuestion |
ProfileTemplateQuestion.withQuestionDescription(String questionDescription) |
ProfileTemplateQuestion |
ProfileTemplateQuestion.withQuestionId(String questionId) |
ProfileTemplateQuestion |
ProfileTemplateQuestion.withQuestionTitle(String questionTitle) |
| Modifier and Type | Method and Description |
|---|---|
List<ProfileTemplateQuestion> |
ProfileTemplate.getTemplateQuestions()
Profile template questions.
|
| Modifier and Type | Method and Description |
|---|---|
ProfileTemplate |
ProfileTemplate.withTemplateQuestions(ProfileTemplateQuestion... templateQuestions)
Profile template questions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileTemplate.setTemplateQuestions(Collection<ProfileTemplateQuestion> templateQuestions)
Profile template questions.
|
ProfileTemplate |
ProfileTemplate.withTemplateQuestions(Collection<ProfileTemplateQuestion> templateQuestions)
Profile template questions.
|
Copyright © 2023. All rights reserved.