Interface CfnEvaluationFormPropsMixin.QuestionPointsConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEvaluationFormPropsMixin.QuestionPointsConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnEvaluationFormPropsMixin
@Stability(Stable)
public static interface CfnEvaluationFormPropsMixin.QuestionPointsConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.connect.*;
QuestionPointsConfigurationProperty questionPointsConfigurationProperty = QuestionPointsConfigurationProperty.builder()
.isBonus(false)
.maxPointValue(123)
.minPointValue(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnEvaluationFormPropsMixin.QuestionPointsConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIsBonus
Whether the question is a bonus question.Returns union: either
BooleanorIResolvable- See Also:
-
getMaxPointValue
The point value for scoring.- See Also:
-
getMinPointValue
The point value for scoring.- See Also:
-
builder
@Stability(Stable) static CfnEvaluationFormPropsMixin.QuestionPointsConfigurationProperty.Builder builder()
-