Interface BestPractice.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BestPractice.Builder,
,BestPractice> SdkBuilder<BestPractice.Builder,
,BestPractice> SdkPojo
- Enclosing class:
BestPractice
public static interface BestPractice.Builder
extends SdkPojo, CopyableBuilder<BestPractice.Builder,BestPractice>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the ChoiceId property for this object.choiceTitle
(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 Details
-
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
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.
-