Uses of Interface
software.amazon.awssdk.services.wellarchitected.model.ProfileQuestionUpdate.Builder
-
Packages that use ProfileQuestionUpdate.Builder Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ProfileQuestionUpdate.Builder in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return ProfileQuestionUpdate.Builder Modifier and Type Method Description static ProfileQuestionUpdate.BuilderProfileQuestionUpdate. builder()ProfileQuestionUpdate.BuilderProfileQuestionUpdate.Builder. questionId(String questionId)Sets the value of the QuestionId property for this object.ProfileQuestionUpdate.BuilderProfileQuestionUpdate.Builder. selectedChoiceIds(String... selectedChoiceIds)The selected choices.ProfileQuestionUpdate.BuilderProfileQuestionUpdate.Builder. selectedChoiceIds(Collection<String> selectedChoiceIds)The selected choices.ProfileQuestionUpdate.BuilderProfileQuestionUpdate. toBuilder()Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type ProfileQuestionUpdate.Builder Modifier and Type Method Description static Class<? extends ProfileQuestionUpdate.Builder>ProfileQuestionUpdate. serializableBuilderClass()
-