public static interface UpdateAnswerRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<UpdateAnswerRequest.Builder,UpdateAnswerRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateAnswerRequest.Builder |
choiceUpdates(Map<String,ChoiceUpdate> choiceUpdates)
A list of choices to update on a question in your workload.
|
UpdateAnswerRequest.Builder |
isApplicable(Boolean isApplicable)
Sets the value of the IsApplicable property for this object.
|
UpdateAnswerRequest.Builder |
lensAlias(String lensAlias)
Sets the value of the LensAlias property for this object.
|
UpdateAnswerRequest.Builder |
notes(String notes)
Sets the value of the Notes property for this object.
|
UpdateAnswerRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAnswerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateAnswerRequest.Builder |
questionId(String questionId)
Sets the value of the QuestionId property for this object.
|
UpdateAnswerRequest.Builder |
reason(AnswerReason reason)
The reason why a question is not applicable to your workload.
|
UpdateAnswerRequest.Builder |
reason(String reason)
The reason why a question is not applicable to your workload.
|
UpdateAnswerRequest.Builder |
selectedChoices(Collection<String> selectedChoices)
Sets the value of the SelectedChoices property for this object.
|
UpdateAnswerRequest.Builder |
selectedChoices(String... selectedChoices)
Sets the value of the SelectedChoices property for this object.
|
UpdateAnswerRequest.Builder |
workloadId(String workloadId)
Sets the value of the WorkloadId property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAnswerRequest.Builder workloadId(String workloadId)
workloadId - The new value for the WorkloadId property for this object.UpdateAnswerRequest.Builder lensAlias(String lensAlias)
lensAlias - The new value for the LensAlias property for this object.UpdateAnswerRequest.Builder questionId(String questionId)
questionId - The new value for the QuestionId property for this object.UpdateAnswerRequest.Builder selectedChoices(Collection<String> selectedChoices)
selectedChoices - The new value for the SelectedChoices property for this object.UpdateAnswerRequest.Builder selectedChoices(String... selectedChoices)
selectedChoices - The new value for the SelectedChoices property for this object.UpdateAnswerRequest.Builder choiceUpdates(Map<String,ChoiceUpdate> choiceUpdates)
A list of choices to update on a question in your workload. The String key corresponds to the choice ID to be updated.
choiceUpdates - A list of choices to update on a question in your workload. The String key corresponds to the choice
ID to be updated.UpdateAnswerRequest.Builder notes(String notes)
notes - The new value for the Notes property for this object.UpdateAnswerRequest.Builder isApplicable(Boolean isApplicable)
isApplicable - The new value for the IsApplicable property for this object.UpdateAnswerRequest.Builder reason(String reason)
The reason why a question is not applicable to your workload.
reason - The reason why a question is not applicable to your workload.AnswerReason,
AnswerReasonUpdateAnswerRequest.Builder reason(AnswerReason reason)
The reason why a question is not applicable to your workload.
reason - The reason why a question is not applicable to your workload.AnswerReason,
AnswerReasonUpdateAnswerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAnswerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.