Interface ProfileChoice.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProfileChoice.Builder,ProfileChoice>,SdkBuilder<ProfileChoice.Builder,ProfileChoice>,SdkPojo
- Enclosing class:
- ProfileChoice
public static interface ProfileChoice.Builder extends SdkPojo, CopyableBuilder<ProfileChoice.Builder,ProfileChoice>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProfileChoice.BuilderchoiceDescription(String choiceDescription)Sets the value of the ChoiceDescription property for this object.ProfileChoice.BuilderchoiceId(String choiceId)Sets the value of the ChoiceId property for this object.ProfileChoice.BuilderchoiceTitle(String choiceTitle)Sets the value of the ChoiceTitle property for this object.-
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
-
choiceId
ProfileChoice.Builder choiceId(String choiceId)
Sets the value of the ChoiceId property for this object.- Parameters:
choiceId- The new value for the ChoiceId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
choiceTitle
ProfileChoice.Builder choiceTitle(String choiceTitle)
Sets the value of the ChoiceTitle property for this object.- Parameters:
choiceTitle- The new value for the ChoiceTitle property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
choiceDescription
ProfileChoice.Builder choiceDescription(String choiceDescription)
Sets the value of the ChoiceDescription property for this object.- Parameters:
choiceDescription- The new value for the ChoiceDescription property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-