Interface ChoiceAnswerSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ChoiceAnswerSummary.Builder,ChoiceAnswerSummary>,SdkBuilder<ChoiceAnswerSummary.Builder,ChoiceAnswerSummary>,SdkPojo
- Enclosing class:
- ChoiceAnswerSummary
public static interface ChoiceAnswerSummary.Builder extends SdkPojo, CopyableBuilder<ChoiceAnswerSummary.Builder,ChoiceAnswerSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChoiceAnswerSummary.BuilderchoiceId(String choiceId)Sets the value of the ChoiceId property for this object.ChoiceAnswerSummary.Builderreason(String reason)The reason why a choice is non-applicable to a question in your workload.ChoiceAnswerSummary.Builderreason(ChoiceReason reason)The reason why a choice is non-applicable to a question in your workload.ChoiceAnswerSummary.Builderstatus(String status)The status of a choice.ChoiceAnswerSummary.Builderstatus(ChoiceStatus status)The status of a choice.-
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
ChoiceAnswerSummary.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.
-
status
ChoiceAnswerSummary.Builder status(String status)
The status of a choice.
- Parameters:
status- The status of a choice.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChoiceStatus,ChoiceStatus
-
status
ChoiceAnswerSummary.Builder status(ChoiceStatus status)
The status of a choice.
- Parameters:
status- The status of a choice.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChoiceStatus,ChoiceStatus
-
reason
ChoiceAnswerSummary.Builder reason(String reason)
The reason why a choice is non-applicable to a question in your workload.
- Parameters:
reason- The reason why a choice is non-applicable to a question in your workload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChoiceReason,ChoiceReason
-
reason
ChoiceAnswerSummary.Builder reason(ChoiceReason reason)
The reason why a choice is non-applicable to a question in your workload.
- Parameters:
reason- The reason why a choice is non-applicable to a question in your workload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChoiceReason,ChoiceReason
-
-