Interface QuestionPointsConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<QuestionPointsConfiguration.Builder,,QuestionPointsConfiguration> SdkBuilder<QuestionPointsConfiguration.Builder,,QuestionPointsConfiguration> SdkPojo
- Enclosing class:
QuestionPointsConfiguration
@Mutable
@NotThreadSafe
public static interface QuestionPointsConfiguration.Builder
extends SdkPojo, CopyableBuilder<QuestionPointsConfiguration.Builder,QuestionPointsConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe flag to mark the question as a bonus question.maxPointValue(Integer maxPointValue) The maximum point value.minPointValue(Integer minPointValue) The minimum point value.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
-
maxPointValue
The maximum point value.
- Parameters:
maxPointValue- The maximum point value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minPointValue
The minimum point value.
- Parameters:
minPointValue- The minimum point value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isBonus
The flag to mark the question as a bonus question.
- Parameters:
isBonus- The flag to mark the question as a bonus question.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-