Interface ChoiceUpdate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ChoiceUpdate.Builder,
,ChoiceUpdate> SdkBuilder<ChoiceUpdate.Builder,
,ChoiceUpdate> SdkPojo
- Enclosing class:
ChoiceUpdate
public static interface ChoiceUpdate.Builder
extends SdkPojo, CopyableBuilder<ChoiceUpdate.Builder,ChoiceUpdate>
-
Method Summary
Modifier and TypeMethodDescriptionThe 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, sdkFields
-
Method Details
-
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.
-