Interface ChoiceAnswer.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ChoiceAnswer.Builder,
,ChoiceAnswer> SdkBuilder<ChoiceAnswer.Builder,
,ChoiceAnswer> SdkPojo
- Enclosing class:
ChoiceAnswer
@Mutable
@NotThreadSafe
public static interface ChoiceAnswer.Builder
extends SdkPojo, CopyableBuilder<ChoiceAnswer.Builder,ChoiceAnswer>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the ChoiceId property for this object.The notes associated with a choice.The reason why a choice is non-applicable to a question in your workload.reason
(ChoiceReason reason) The reason why a choice is non-applicable to a question in your workload.The status of a choice.status
(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, 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.
-
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:
-
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:
-
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:
-
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:
-
notes
The notes associated with a choice.
- Parameters:
notes
- The notes associated with a choice.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-