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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BestPractice.BuilderchoiceId(String choiceId)Sets the value of the ChoiceId property for this object.BestPractice.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
BestPractice.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
BestPractice.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.
-
-