Interface SuppressionConditionThreshold.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SuppressionConditionThreshold.Builder,,SuppressionConditionThreshold> SdkBuilder<SuppressionConditionThreshold.Builder,,SuppressionConditionThreshold> SdkPojo
- Enclosing class:
SuppressionConditionThreshold
@Mutable
@NotThreadSafe
public static interface SuppressionConditionThreshold.Builder
extends SdkPojo, CopyableBuilder<SuppressionConditionThreshold.Builder,SuppressionConditionThreshold>
-
Method Summary
Modifier and TypeMethodDescriptionconditionThresholdEnabled(String conditionThresholdEnabled) Indicates whether Auto Validation is enabled for suppression.conditionThresholdEnabled(FeatureStatus conditionThresholdEnabled) Indicates whether Auto Validation is enabled for suppression.overallConfidenceThreshold(Consumer<SuppressionConfidenceThreshold.Builder> overallConfidenceThreshold) The overall confidence threshold used to determine suppression decisions.overallConfidenceThreshold(SuppressionConfidenceThreshold overallConfidenceThreshold) The overall confidence threshold used to determine suppression decisions.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
-
conditionThresholdEnabled
Indicates whether Auto Validation is enabled for suppression. Set to
ENABLEDto enable the Auto Validation feature, or set toDISABLEDto disable it.- Parameters:
conditionThresholdEnabled- Indicates whether Auto Validation is enabled for suppression. Set toENABLEDto enable the Auto Validation feature, or set toDISABLEDto disable it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
conditionThresholdEnabled
SuppressionConditionThreshold.Builder conditionThresholdEnabled(FeatureStatus conditionThresholdEnabled) Indicates whether Auto Validation is enabled for suppression. Set to
ENABLEDto enable the Auto Validation feature, or set toDISABLEDto disable it.- Parameters:
conditionThresholdEnabled- Indicates whether Auto Validation is enabled for suppression. Set toENABLEDto enable the Auto Validation feature, or set toDISABLEDto disable it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overallConfidenceThreshold
SuppressionConditionThreshold.Builder overallConfidenceThreshold(SuppressionConfidenceThreshold overallConfidenceThreshold) The overall confidence threshold used to determine suppression decisions.
- Parameters:
overallConfidenceThreshold- The overall confidence threshold used to determine suppression decisions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overallConfidenceThreshold
default SuppressionConditionThreshold.Builder overallConfidenceThreshold(Consumer<SuppressionConfidenceThreshold.Builder> overallConfidenceThreshold) The overall confidence threshold used to determine suppression decisions.
This is a convenience method that creates an instance of theSuppressionConfidenceThreshold.Builderavoiding the need to create one manually viaSuppressionConfidenceThreshold.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooverallConfidenceThreshold(SuppressionConfidenceThreshold).- Parameters:
overallConfidenceThreshold- a consumer that will call methods onSuppressionConfidenceThreshold.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-