| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
static ProfileQuestion.Builder |
ProfileQuestion.builder() |
ProfileQuestion.Builder |
ProfileQuestion.Builder.maxSelectedChoices(Integer maxSelectedChoices)
The maximum number of selected choices.
|
ProfileQuestion.Builder |
ProfileQuestion.Builder.minSelectedChoices(Integer minSelectedChoices)
The minimum number of selected choices.
|
ProfileQuestion.Builder |
ProfileQuestion.Builder.questionChoices(Collection<ProfileChoice> questionChoices)
The question choices.
|
ProfileQuestion.Builder |
ProfileQuestion.Builder.questionChoices(Consumer<ProfileChoice.Builder>... questionChoices)
The question choices.
|
ProfileQuestion.Builder |
ProfileQuestion.Builder.questionChoices(ProfileChoice... questionChoices)
The question choices.
|
ProfileQuestion.Builder |
ProfileQuestion.Builder.questionDescription(String questionDescription)
Sets the value of the QuestionDescription property for this object.
|
ProfileQuestion.Builder |
ProfileQuestion.Builder.questionId(String questionId)
Sets the value of the QuestionId property for this object.
|
ProfileQuestion.Builder |
ProfileQuestion.Builder.questionTitle(String questionTitle)
Sets the value of the QuestionTitle property for this object.
|
ProfileQuestion.Builder |
ProfileQuestion.Builder.selectedChoiceIds(Collection<String> selectedChoiceIds)
The selected choices.
|
ProfileQuestion.Builder |
ProfileQuestion.Builder.selectedChoiceIds(String... selectedChoiceIds)
The selected choices.
|
ProfileQuestion.Builder |
ProfileQuestion.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProfileQuestion.Builder> |
ProfileQuestion.serializableBuilderClass() |
Copyright © 2023. All rights reserved.