| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
static ChoiceContent.Builder |
ChoiceContent.builder() |
ChoiceContent.Builder |
ChoiceContent.Builder.displayText(String displayText)
The display text for the choice content.
|
ChoiceContent.Builder |
ChoiceContent.toBuilder() |
ChoiceContent.Builder |
ChoiceContent.Builder.url(String url)
The URL for the choice content.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ChoiceContent.Builder> |
ChoiceContent.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Choice.Builder |
Choice.Builder.helpfulResource(Consumer<ChoiceContent.Builder> helpfulResource)
The helpful resource (both text and URL) for a particular choice.
|
default Choice.Builder |
Choice.Builder.improvementPlan(Consumer<ChoiceContent.Builder> improvementPlan)
The improvement plan (both text and URL) for a particular choice.
|
Copyright © 2023. All rights reserved.