Uses of Interface
software.amazon.awssdk.services.wellarchitected.model.ChoiceContent.Builder
-
Packages that use ChoiceContent.Builder Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ChoiceContent.Builder in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return ChoiceContent.Builder Modifier and Type Method Description static ChoiceContent.BuilderChoiceContent. builder()ChoiceContent.BuilderChoiceContent.Builder. displayText(String displayText)The display text for the choice content.ChoiceContent.BuilderChoiceContent. toBuilder()ChoiceContent.BuilderChoiceContent.Builder. url(String url)The URL for the choice content.Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type ChoiceContent.Builder Modifier and Type Method Description static Class<? extends ChoiceContent.Builder>ChoiceContent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type ChoiceContent.Builder Modifier and Type Method Description default Choice.BuilderChoice.Builder. helpfulResource(Consumer<ChoiceContent.Builder> helpfulResource)The helpful resource (both text and URL) for a particular choice.default Choice.BuilderChoice.Builder. improvementPlan(Consumer<ChoiceContent.Builder> improvementPlan)The improvement plan (both text and URL) for a particular choice.
-