| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected |
|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateAnswerResponse> |
WellArchitectedAsyncClient.updateAnswer(Consumer<UpdateAnswerRequest.Builder> updateAnswerRequest)
Update the answer to a specific question in a workload review.
|
default UpdateAnswerResponse |
WellArchitectedClient.updateAnswer(Consumer<UpdateAnswerRequest.Builder> updateAnswerRequest)
Update the answer to a specific question in a workload review.
|
| Modifier and Type | Method and Description |
|---|---|
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(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAnswerRequest.Builder |
UpdateAnswerRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateAnswerRequest.Builder |
UpdateAnswerRequest.Builder.questionId(String questionId)
Sets the value of the QuestionId property for this object.
|
UpdateAnswerRequest.Builder |
UpdateAnswerRequest.Builder.reason(AnswerReason reason)
The reason why a question is not applicable to your workload.
|
UpdateAnswerRequest.Builder |
UpdateAnswerRequest.Builder.reason(String reason)
The reason why a question is not applicable to your workload.
|
UpdateAnswerRequest.Builder |
UpdateAnswerRequest.Builder.selectedChoices(Collection<String> selectedChoices)
Sets the value of the SelectedChoices property for this object.
|
UpdateAnswerRequest.Builder |
UpdateAnswerRequest.Builder.selectedChoices(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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateAnswerRequest.Builder> |
UpdateAnswerRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.