Interface ChoiceUpdate.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ChoiceUpdate.Builder,,- ChoiceUpdate> - SdkBuilder<ChoiceUpdate.Builder,,- ChoiceUpdate> - SdkPojo
- Enclosing class:
- ChoiceUpdate
@Mutable
@NotThreadSafe
public static interface ChoiceUpdate.Builder
extends SdkPojo, CopyableBuilder<ChoiceUpdate.Builder,ChoiceUpdate> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
statusThe 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:
 
- 
statusThe 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:
 
- 
reasonThe 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:
 
- 
reasonThe 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:
 
- 
notesThe 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.
 
 
-