Uses of Interface
software.amazon.awssdk.services.wellarchitected.model.ChoiceUpdate.Builder
-
Packages that use ChoiceUpdate.Builder Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ChoiceUpdate.Builder in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return ChoiceUpdate.Builder Modifier and Type Method Description static ChoiceUpdate.BuilderChoiceUpdate. builder()ChoiceUpdate.BuilderChoiceUpdate.Builder. notes(String notes)The notes associated with a choice.ChoiceUpdate.BuilderChoiceUpdate.Builder. reason(String reason)The reason why a choice is non-applicable to a question in your workload.ChoiceUpdate.BuilderChoiceUpdate.Builder. reason(ChoiceReason reason)The reason why a choice is non-applicable to a question in your workload.ChoiceUpdate.BuilderChoiceUpdate.Builder. status(String status)The status of a choice.ChoiceUpdate.BuilderChoiceUpdate.Builder. status(ChoiceStatus status)The status of a choice.ChoiceUpdate.BuilderChoiceUpdate. toBuilder()Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type ChoiceUpdate.Builder Modifier and Type Method Description static Class<? extends ChoiceUpdate.Builder>ChoiceUpdate. serializableBuilderClass()
-