Interface EvaluationFormScoreThreshold.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationFormScoreThreshold.Builder,,EvaluationFormScoreThreshold> SdkBuilder<EvaluationFormScoreThreshold.Builder,,EvaluationFormScoreThreshold> SdkPojo
- Enclosing class:
EvaluationFormScoreThreshold
@Mutable
@NotThreadSafe
public static interface EvaluationFormScoreThreshold.Builder
extends SdkPojo, CopyableBuilder<EvaluationFormScoreThreshold.Builder,EvaluationFormScoreThreshold>
-
Method Summary
Modifier and TypeMethodDescriptionmaxScorePercentage(Double maxScorePercentage) The maximum score percentage for the performance category.minScorePercentage(Double minScorePercentage) The minimum score percentage for the performance category.performanceCategory(String performanceCategory) The performance category name.performanceCategory(PerformanceCategoryName performanceCategory) The performance category name.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
-
performanceCategory
The performance category name.
- Parameters:
performanceCategory- The performance category name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
performanceCategory
EvaluationFormScoreThreshold.Builder performanceCategory(PerformanceCategoryName performanceCategory) The performance category name.
- Parameters:
performanceCategory- The performance category name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
minScorePercentage
The minimum score percentage for the performance category.
- Parameters:
minScorePercentage- The minimum score percentage for the performance category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxScorePercentage
The maximum score percentage for the performance category.
- Parameters:
maxScorePercentage- The maximum score percentage for the performance category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-