| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
static Answer.Builder |
Answer.builder() |
Answer.Builder |
Answer.Builder.choiceAnswers(ChoiceAnswer... choiceAnswers)
A list of selected choices to a question in your workload.
|
Answer.Builder |
Answer.Builder.choiceAnswers(Collection<ChoiceAnswer> choiceAnswers)
A list of selected choices to a question in your workload.
|
Answer.Builder |
Answer.Builder.choiceAnswers(Consumer<ChoiceAnswer.Builder>... choiceAnswers)
A list of selected choices to a question in your workload.
|
Answer.Builder |
Answer.Builder.choices(Choice... choices)
Sets the value of the Choices property for this object.
|
Answer.Builder |
Answer.Builder.choices(Collection<Choice> choices)
Sets the value of the Choices property for this object.
|
Answer.Builder |
Answer.Builder.choices(Consumer<Choice.Builder>... choices)
Sets the value of the Choices property for this object.
|
Answer.Builder |
Answer.Builder.helpfulResourceDisplayText(String helpfulResourceDisplayText)
The helpful resource text to be displayed for a custom lens.
|
Answer.Builder |
Answer.Builder.helpfulResourceUrl(String helpfulResourceUrl)
Sets the value of the HelpfulResourceUrl property for this object.
|
Answer.Builder |
Answer.Builder.improvementPlanUrl(String improvementPlanUrl)
Sets the value of the ImprovementPlanUrl property for this object.
|
Answer.Builder |
Answer.Builder.isApplicable(Boolean isApplicable)
Sets the value of the IsApplicable property for this object.
|
Answer.Builder |
Answer.Builder.notes(String notes)
Sets the value of the Notes property for this object.
|
Answer.Builder |
Answer.Builder.pillarId(String pillarId)
Sets the value of the PillarId property for this object.
|
Answer.Builder |
Answer.Builder.questionDescription(String questionDescription)
Sets the value of the QuestionDescription property for this object.
|
Answer.Builder |
Answer.Builder.questionId(String questionId)
Sets the value of the QuestionId property for this object.
|
Answer.Builder |
Answer.Builder.questionTitle(String questionTitle)
Sets the value of the QuestionTitle property for this object.
|
Answer.Builder |
Answer.Builder.reason(AnswerReason reason)
The reason why the question is not applicable to your workload.
|
Answer.Builder |
Answer.Builder.reason(String reason)
The reason why the question is not applicable to your workload.
|
Answer.Builder |
Answer.Builder.risk(Risk risk)
Sets the value of the Risk property for this object.
|
Answer.Builder |
Answer.Builder.risk(String risk)
Sets the value of the Risk property for this object.
|
Answer.Builder |
Answer.Builder.selectedChoices(Collection<String> selectedChoices)
Sets the value of the SelectedChoices property for this object.
|
Answer.Builder |
Answer.Builder.selectedChoices(String... selectedChoices)
Sets the value of the SelectedChoices property for this object.
|
Answer.Builder |
Answer.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Answer.Builder> |
Answer.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateAnswerResponse.Builder |
UpdateAnswerResponse.Builder.answer(Consumer<Answer.Builder> answer)
Sets the value of the Answer property for this object.
|
default GetAnswerResponse.Builder |
GetAnswerResponse.Builder.answer(Consumer<Answer.Builder> answer)
Sets the value of the Answer property for this object.
|
Copyright © 2023. All rights reserved.