Interface ChoiceImprovementPlan.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ChoiceImprovementPlan.Builder,
,ChoiceImprovementPlan> SdkBuilder<ChoiceImprovementPlan.Builder,
,ChoiceImprovementPlan> SdkPojo
- Enclosing class:
ChoiceImprovementPlan
@Mutable
@NotThreadSafe
public static interface ChoiceImprovementPlan.Builder
extends SdkPojo, CopyableBuilder<ChoiceImprovementPlan.Builder,ChoiceImprovementPlan>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the ChoiceId property for this object.displayText
(String displayText) The display text for the improvement plan.improvementPlanUrl
(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, sdkFieldNameToField, 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.
-
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
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.
-