Interface QuestionOptionPointsConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<QuestionOptionPointsConfiguration.Builder,,QuestionOptionPointsConfiguration> SdkBuilder<QuestionOptionPointsConfiguration.Builder,,QuestionOptionPointsConfiguration> SdkPojo
- Enclosing class:
QuestionOptionPointsConfiguration
@Mutable
@NotThreadSafe
public static interface QuestionOptionPointsConfiguration.Builder
extends SdkPojo, CopyableBuilder<QuestionOptionPointsConfiguration.Builder,QuestionOptionPointsConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe flag to mark the option as a bonus option.pointValue(Integer pointValue) The point value assigned to the answer option.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
pointValue
The point value assigned to the answer option.
- Parameters:
pointValue- The point value assigned to the answer option.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isBonus
The flag to mark the option as a bonus option.
- Parameters:
isBonus- The flag to mark the option as a bonus option.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-