Interface ProfileQuestionUpdate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProfileQuestionUpdate.Builder,ProfileQuestionUpdate>,SdkBuilder<ProfileQuestionUpdate.Builder,ProfileQuestionUpdate>,SdkPojo
- Enclosing class:
- ProfileQuestionUpdate
public static interface ProfileQuestionUpdate.Builder extends SdkPojo, CopyableBuilder<ProfileQuestionUpdate.Builder,ProfileQuestionUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProfileQuestionUpdate.BuilderquestionId(String questionId)Sets the value of the QuestionId property for this object.ProfileQuestionUpdate.BuilderselectedChoiceIds(String... selectedChoiceIds)The selected choices.ProfileQuestionUpdate.BuilderselectedChoiceIds(Collection<String> selectedChoiceIds)The selected choices.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
questionId
ProfileQuestionUpdate.Builder questionId(String questionId)
Sets the value of the QuestionId property for this object.- Parameters:
questionId- The new value for the QuestionId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectedChoiceIds
ProfileQuestionUpdate.Builder selectedChoiceIds(Collection<String> selectedChoiceIds)
The selected choices.
- Parameters:
selectedChoiceIds- The selected choices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectedChoiceIds
ProfileQuestionUpdate.Builder selectedChoiceIds(String... selectedChoiceIds)
The selected choices.
- Parameters:
selectedChoiceIds- The selected choices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-