Class CfnConfigurationSet.OverallConfidenceThresholdProperty.Builder
java.lang.Object
software.amazon.awscdk.services.ses.CfnConfigurationSet.OverallConfidenceThresholdProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigurationSet.OverallConfidenceThresholdProperty>
- Enclosing interface:
CfnConfigurationSet.OverallConfidenceThresholdProperty
@Stability(Stable)
public static final class CfnConfigurationSet.OverallConfidenceThresholdProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigurationSet.OverallConfidenceThresholdProperty>
A builder for
CfnConfigurationSet.OverallConfidenceThresholdProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.confidenceVerdictThreshold(String confidenceVerdictThreshold)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
confidenceVerdictThreshold
@Stability(Stable) public CfnConfigurationSet.OverallConfidenceThresholdProperty.Builder confidenceVerdictThreshold(String confidenceVerdictThreshold) Sets the value ofCfnConfigurationSet.OverallConfidenceThresholdProperty.getConfidenceVerdictThreshold()- Parameters:
confidenceVerdictThreshold- The confidence verdict threshold level. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfigurationSet.OverallConfidenceThresholdProperty>- Returns:
- a new instance of
CfnConfigurationSet.OverallConfidenceThresholdProperty - Throws:
NullPointerException- if any required attribute was not provided
-