Interface CfnConfigurationSet.OverallConfidenceThresholdProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfigurationSet.OverallConfidenceThresholdProperty.Jsii$Proxy
- Enclosing class:
CfnConfigurationSet
@Stability(Stable)
public static interface CfnConfigurationSet.OverallConfidenceThresholdProperty
extends software.amazon.jsii.JsiiSerializable
The overall confidence threshold settings.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ses.*;
OverallConfidenceThresholdProperty overallConfidenceThresholdProperty = OverallConfidenceThresholdProperty.builder()
.confidenceVerdictThreshold("confidenceVerdictThreshold")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConfigurationSet.OverallConfidenceThresholdPropertystatic final classAn implementation forCfnConfigurationSet.OverallConfidenceThresholdProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConfidenceVerdictThreshold
The confidence verdict threshold level.- See Also:
-
builder
-