Uses of Interface
software.amazon.awssdk.services.wellarchitected.model.ProfileQuestion.Builder
-
Packages that use ProfileQuestion.Builder Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ProfileQuestion.Builder in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return ProfileQuestion.Builder Modifier and Type Method Description static ProfileQuestion.BuilderProfileQuestion. builder()ProfileQuestion.BuilderProfileQuestion.Builder. maxSelectedChoices(Integer maxSelectedChoices)The maximum number of selected choices.ProfileQuestion.BuilderProfileQuestion.Builder. minSelectedChoices(Integer minSelectedChoices)The minimum number of selected choices.ProfileQuestion.BuilderProfileQuestion.Builder. questionChoices(Collection<ProfileChoice> questionChoices)The question choices.ProfileQuestion.BuilderProfileQuestion.Builder. questionChoices(Consumer<ProfileChoice.Builder>... questionChoices)The question choices.ProfileQuestion.BuilderProfileQuestion.Builder. questionChoices(ProfileChoice... questionChoices)The question choices.ProfileQuestion.BuilderProfileQuestion.Builder. questionDescription(String questionDescription)Sets the value of the QuestionDescription property for this object.ProfileQuestion.BuilderProfileQuestion.Builder. questionId(String questionId)Sets the value of the QuestionId property for this object.ProfileQuestion.BuilderProfileQuestion.Builder. questionTitle(String questionTitle)Sets the value of the QuestionTitle property for this object.ProfileQuestion.BuilderProfileQuestion.Builder. selectedChoiceIds(String... selectedChoiceIds)The selected choices.ProfileQuestion.BuilderProfileQuestion.Builder. selectedChoiceIds(Collection<String> selectedChoiceIds)The selected choices.ProfileQuestion.BuilderProfileQuestion. toBuilder()Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type ProfileQuestion.Builder Modifier and Type Method Description static Class<? extends ProfileQuestion.Builder>ProfileQuestion. serializableBuilderClass()
-