| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
static ChoiceAnswer.Builder |
ChoiceAnswer.builder() |
ChoiceAnswer.Builder |
ChoiceAnswer.Builder.choiceId(String choiceId)
Sets the value of the ChoiceId property for this object.
|
ChoiceAnswer.Builder |
ChoiceAnswer.Builder.notes(String notes)
The notes associated with a choice.
|
ChoiceAnswer.Builder |
ChoiceAnswer.Builder.reason(ChoiceReason reason)
The reason why a choice is non-applicable to a question in your workload.
|
ChoiceAnswer.Builder |
ChoiceAnswer.Builder.reason(String reason)
The reason why a choice is non-applicable to a question in your workload.
|
ChoiceAnswer.Builder |
ChoiceAnswer.Builder.status(ChoiceStatus status)
The status of a choice.
|
ChoiceAnswer.Builder |
ChoiceAnswer.Builder.status(String status)
The status of a choice.
|
ChoiceAnswer.Builder |
ChoiceAnswer.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ChoiceAnswer.Builder> |
ChoiceAnswer.serializableBuilderClass() |
Copyright © 2023. All rights reserved.