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