Uses of Interface
software.amazon.awssdk.services.wellarchitected.model.QuestionDifference.Builder
-
Packages that use QuestionDifference.Builder Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of QuestionDifference.Builder in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return QuestionDifference.Builder Modifier and Type Method Description static QuestionDifference.BuilderQuestionDifference. builder()QuestionDifference.BuilderQuestionDifference.Builder. differenceStatus(String differenceStatus)Indicates the type of change to the question.QuestionDifference.BuilderQuestionDifference.Builder. differenceStatus(DifferenceStatus differenceStatus)Indicates the type of change to the question.QuestionDifference.BuilderQuestionDifference.Builder. questionId(String questionId)Sets the value of the QuestionId property for this object.QuestionDifference.BuilderQuestionDifference.Builder. questionTitle(String questionTitle)Sets the value of the QuestionTitle property for this object.QuestionDifference.BuilderQuestionDifference. toBuilder()Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type QuestionDifference.Builder Modifier and Type Method Description static Class<? extends QuestionDifference.Builder>QuestionDifference. serializableBuilderClass()
-