Interface QuestionDifference.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<QuestionDifference.Builder,QuestionDifference>,SdkBuilder<QuestionDifference.Builder,QuestionDifference>,SdkPojo
- Enclosing class:
- QuestionDifference
public static interface QuestionDifference.Builder extends SdkPojo, CopyableBuilder<QuestionDifference.Builder,QuestionDifference>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QuestionDifference.BuilderdifferenceStatus(String differenceStatus)Indicates the type of change to the question.QuestionDifference.BuilderdifferenceStatus(DifferenceStatus differenceStatus)Indicates the type of change to the question.QuestionDifference.BuilderquestionId(String questionId)Sets the value of the QuestionId property for this object.QuestionDifference.BuilderquestionTitle(String questionTitle)Sets the value of the QuestionTitle property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
questionId
QuestionDifference.Builder questionId(String questionId)
Sets the value of the QuestionId property for this object.- Parameters:
questionId- The new value for the QuestionId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
questionTitle
QuestionDifference.Builder questionTitle(String questionTitle)
Sets the value of the QuestionTitle property for this object.- Parameters:
questionTitle- The new value for the QuestionTitle property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
differenceStatus
QuestionDifference.Builder differenceStatus(String differenceStatus)
Indicates the type of change to the question.
- Parameters:
differenceStatus- Indicates the type of change to the question.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DifferenceStatus,DifferenceStatus
-
differenceStatus
QuestionDifference.Builder differenceStatus(DifferenceStatus differenceStatus)
Indicates the type of change to the question.
- Parameters:
differenceStatus- Indicates the type of change to the question.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DifferenceStatus,DifferenceStatus
-
-