Interface EvaluationFormScoringStrategy.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EvaluationFormScoringStrategy.Builder,
,EvaluationFormScoringStrategy> SdkBuilder<EvaluationFormScoringStrategy.Builder,
,EvaluationFormScoringStrategy> SdkPojo
- Enclosing class:
EvaluationFormScoringStrategy
public static interface EvaluationFormScoringStrategy.Builder
extends SdkPojo, CopyableBuilder<EvaluationFormScoringStrategy.Builder,EvaluationFormScoringStrategy>
-
Method Summary
Modifier and TypeMethodDescriptionThe scoring mode of the evaluation form.The scoring mode of the evaluation form.The scoring status of the evaluation form.status
(EvaluationFormScoringStatus status) The scoring status of the evaluation form.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 Details
-
mode
The scoring mode of the evaluation form.
- Parameters:
mode
- The scoring mode of the evaluation form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mode
The scoring mode of the evaluation form.
- Parameters:
mode
- The scoring mode of the evaluation form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The scoring status of the evaluation form.
- Parameters:
status
- The scoring status of the evaluation form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The scoring status of the evaluation form.
- Parameters:
status
- The scoring status of the evaluation form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-