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