static UpdateAnswerRequest.Builder |
UpdateAnswerRequest.builder() |
|
UpdateAnswerRequest.Builder |
UpdateAnswerRequest.Builder.choiceUpdates(Map<String,ChoiceUpdate> choiceUpdates) |
A list of choices to update on a question in your workload.
|
UpdateAnswerRequest.Builder |
UpdateAnswerRequest.Builder.isApplicable(Boolean isApplicable) |
Sets the value of the IsApplicable property for this object.
|
UpdateAnswerRequest.Builder |
UpdateAnswerRequest.Builder.lensAlias(String lensAlias) |
Sets the value of the LensAlias property for this object.
|
UpdateAnswerRequest.Builder |
UpdateAnswerRequest.Builder.notes(String notes) |
Sets the value of the Notes property for this object.
|
UpdateAnswerRequest.Builder |
UpdateAnswerRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateAnswerRequest.Builder |
UpdateAnswerRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateAnswerRequest.Builder |
UpdateAnswerRequest.Builder.questionId(String questionId) |
Sets the value of the QuestionId property for this object.
|
UpdateAnswerRequest.Builder |
UpdateAnswerRequest.Builder.reason(String reason) |
The reason why a question is not applicable to your workload.
|
UpdateAnswerRequest.Builder |
UpdateAnswerRequest.Builder.reason(AnswerReason reason) |
The reason why a question is not applicable to your workload.
|
UpdateAnswerRequest.Builder |
UpdateAnswerRequest.Builder.selectedChoices(String... selectedChoices) |
Sets the value of the SelectedChoices property for this object.
|
UpdateAnswerRequest.Builder |
UpdateAnswerRequest.Builder.selectedChoices(Collection<String> selectedChoices) |
Sets the value of the SelectedChoices property for this object.
|
UpdateAnswerRequest.Builder |
UpdateAnswerRequest.toBuilder() |
|
UpdateAnswerRequest.Builder |
UpdateAnswerRequest.Builder.workloadId(String workloadId) |
Sets the value of the WorkloadId property for this object.
|