Interface CfnConfigurationSetPropsMixin.OverallConfidenceThresholdProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfigurationSetPropsMixin.OverallConfidenceThresholdProperty.Jsii$Proxy
- Enclosing class:
CfnConfigurationSetPropsMixin
@Stability(Stable)
public static interface CfnConfigurationSetPropsMixin.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.cfnpropertymixins.services.ses.*;
OverallConfidenceThresholdProperty overallConfidenceThresholdProperty = OverallConfidenceThresholdProperty.builder()
.confidenceVerdictThreshold("confidenceVerdictThreshold")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnConfigurationSetPropsMixin.OverallConfidenceThresholdProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConfidenceVerdictThreshold
The confidence verdict threshold level.- See Also:
-
builder
@Stability(Stable) static CfnConfigurationSetPropsMixin.OverallConfidenceThresholdProperty.Builder builder()
-