Uses of Interface
software.amazon.awssdk.services.wellarchitected.model.ProfileChoice.Builder
-
Packages that use ProfileChoice.Builder Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ProfileChoice.Builder in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return ProfileChoice.Builder Modifier and Type Method Description static ProfileChoice.BuilderProfileChoice. builder()ProfileChoice.BuilderProfileChoice.Builder. choiceDescription(String choiceDescription)Sets the value of the ChoiceDescription property for this object.ProfileChoice.BuilderProfileChoice.Builder. choiceId(String choiceId)Sets the value of the ChoiceId property for this object.ProfileChoice.BuilderProfileChoice.Builder. choiceTitle(String choiceTitle)Sets the value of the ChoiceTitle property for this object.ProfileChoice.BuilderProfileChoice. toBuilder()Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type ProfileChoice.Builder Modifier and Type Method Description static Class<? extends ProfileChoice.Builder>ProfileChoice. serializableBuilderClass()
-