Class CfnConfigurationSetPropsMixin.OverallConfidenceThresholdProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnConfigurationSetPropsMixin.OverallConfidenceThresholdProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigurationSetPropsMixin.OverallConfidenceThresholdProperty>
- Enclosing interface:
CfnConfigurationSetPropsMixin.OverallConfidenceThresholdProperty
@Stability(Stable)
public static final class CfnConfigurationSetPropsMixin.OverallConfidenceThresholdProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigurationSetPropsMixin.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 CfnConfigurationSetPropsMixin.OverallConfidenceThresholdProperty.Builder confidenceVerdictThreshold(String confidenceVerdictThreshold) Sets the value ofCfnConfigurationSetPropsMixin.OverallConfidenceThresholdProperty.getConfidenceVerdictThreshold()- Parameters:
confidenceVerdictThreshold- The confidence verdict threshold level.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfigurationSetPropsMixin.OverallConfidenceThresholdProperty>- Returns:
- a new instance of
CfnConfigurationSetPropsMixin.OverallConfidenceThresholdProperty - Throws:
NullPointerException- if any required attribute was not provided
-