Interface EvaluationScore.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationScore.Builder,,EvaluationScore> SdkBuilder<EvaluationScore.Builder,,EvaluationScore> SdkPojo
- Enclosing class:
EvaluationScore
@Mutable
@NotThreadSafe
public static interface EvaluationScore.Builder
extends SdkPojo, CopyableBuilder<EvaluationScore.Builder,EvaluationScore>
-
Method Summary
Modifier and TypeMethodDescriptionappliedWeight(Double appliedWeight) Weight applied to this evaluation score.automaticFail(Boolean automaticFail) The flag that marks the item as automatic fail.earnedPoints(Integer earnedPoints) The points earned for the item.maxBasePoint(Integer maxBasePoint) The maximum base points possible for the item.notApplicable(Boolean notApplicable) The flag to mark the item as not applicable for scoring.percentage(Double percentage) The score percentage for an item in a contact evaluation.performanceCategory(String performanceCategory) The performance category for the score.performanceCategory(PerformanceCategoryName performanceCategory) The performance category for the score.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
-
percentage
The score percentage for an item in a contact evaluation.
- Parameters:
percentage- The score percentage for an item in a contact evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notApplicable
The flag to mark the item as not applicable for scoring.
- Parameters:
notApplicable- The flag to mark the item as not applicable for scoring.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
automaticFail
The flag that marks the item as automatic fail. If the item or a child item gets an automatic fail answer, this flag will be true.
- Parameters:
automaticFail- The flag that marks the item as automatic fail. If the item or a child item gets an automatic fail answer, this flag will be true.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appliedWeight
Weight applied to this evaluation score.
- Parameters:
appliedWeight- Weight applied to this evaluation score.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
earnedPoints
The points earned for the item.
- Parameters:
earnedPoints- The points earned for the item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxBasePoint
The maximum base points possible for the item.
- Parameters:
maxBasePoint- The maximum base points possible for the item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
performanceCategory
The performance category for the score.
- Parameters:
performanceCategory- The performance category for the score.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
performanceCategory
The performance category for the score.
- Parameters:
performanceCategory- The performance category for the score.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-