Interface ChoiceImprovementPlan.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ChoiceImprovementPlan.Builder,ChoiceImprovementPlan>,SdkBuilder<ChoiceImprovementPlan.Builder,ChoiceImprovementPlan>,SdkPojo
- Enclosing class:
- ChoiceImprovementPlan
public static interface ChoiceImprovementPlan.Builder extends SdkPojo, CopyableBuilder<ChoiceImprovementPlan.Builder,ChoiceImprovementPlan>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChoiceImprovementPlan.BuilderchoiceId(String choiceId)Sets the value of the ChoiceId property for this object.ChoiceImprovementPlan.BuilderdisplayText(String displayText)The display text for the improvement plan.ChoiceImprovementPlan.BuilderimprovementPlanUrl(String improvementPlanUrl)Sets the value of the ImprovementPlanUrl 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
ChoiceImprovementPlan.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.
-
displayText
ChoiceImprovementPlan.Builder displayText(String displayText)
The display text for the improvement plan.
- Parameters:
displayText- The display text for the improvement plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
improvementPlanUrl
ChoiceImprovementPlan.Builder improvementPlanUrl(String improvementPlanUrl)
Sets the value of the ImprovementPlanUrl property for this object.- Parameters:
improvementPlanUrl- The new value for the ImprovementPlanUrl property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-