public static interface ImprovementSummary.Builder extends SdkPojo, CopyableBuilder<ImprovementSummary.Builder,ImprovementSummary>
| Modifier and Type | Method and Description |
|---|---|
ImprovementSummary.Builder |
improvementPlans(ChoiceImprovementPlan... improvementPlans)
The improvement plan details.
|
ImprovementSummary.Builder |
improvementPlans(Collection<ChoiceImprovementPlan> improvementPlans)
The improvement plan details.
|
ImprovementSummary.Builder |
improvementPlans(Consumer<ChoiceImprovementPlan.Builder>... improvementPlans)
The improvement plan details.
|
ImprovementSummary.Builder |
improvementPlanUrl(String improvementPlanUrl)
Sets the value of the ImprovementPlanUrl property for this object.
|
ImprovementSummary.Builder |
pillarId(String pillarId)
Sets the value of the PillarId property for this object.
|
ImprovementSummary.Builder |
questionId(String questionId)
Sets the value of the QuestionId property for this object.
|
ImprovementSummary.Builder |
questionTitle(String questionTitle)
Sets the value of the QuestionTitle property for this object.
|
ImprovementSummary.Builder |
risk(Risk risk)
Sets the value of the Risk property for this object.
|
ImprovementSummary.Builder |
risk(String risk)
Sets the value of the Risk property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImprovementSummary.Builder questionId(String questionId)
questionId - The new value for the QuestionId property for this object.ImprovementSummary.Builder pillarId(String pillarId)
pillarId - The new value for the PillarId property for this object.ImprovementSummary.Builder questionTitle(String questionTitle)
questionTitle - The new value for the QuestionTitle property for this object.ImprovementSummary.Builder risk(String risk)
ImprovementSummary.Builder risk(Risk risk)
ImprovementSummary.Builder improvementPlanUrl(String improvementPlanUrl)
improvementPlanUrl - The new value for the ImprovementPlanUrl property for this object.ImprovementSummary.Builder improvementPlans(Collection<ChoiceImprovementPlan> improvementPlans)
The improvement plan details.
improvementPlans - The improvement plan details.ImprovementSummary.Builder improvementPlans(ChoiceImprovementPlan... improvementPlans)
The improvement plan details.
improvementPlans - The improvement plan details.ImprovementSummary.Builder improvementPlans(Consumer<ChoiceImprovementPlan.Builder>... improvementPlans)
The improvement plan details.
This is a convenience method that creates an instance of theChoiceImprovementPlan.Builder avoiding the need
to create one manually via
ChoiceImprovementPlan.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #improvementPlans(List.
improvementPlans - a consumer that will call methods on
ChoiceImprovementPlan.Builder#improvementPlans(java.util.Collection) Copyright © 2023. All rights reserved.