Class CfnMailManagerRuleSet.AnalysisProperty.Builder
java.lang.Object
software.amazon.awscdk.services.ses.CfnMailManagerRuleSet.AnalysisProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMailManagerRuleSet.AnalysisProperty>
- Enclosing interface:
CfnMailManagerRuleSet.AnalysisProperty
@Stability(Stable)
public static final class CfnMailManagerRuleSet.AnalysisProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMailManagerRuleSet.AnalysisProperty>
A builder for
CfnMailManagerRuleSet.AnalysisProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnMailManagerRuleSet.AnalysisProperty.getAnalyzer()build()Builds the configured instance.resultField(String resultField) Sets the value ofCfnMailManagerRuleSet.AnalysisProperty.getResultField()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
analyzer
Sets the value ofCfnMailManagerRuleSet.AnalysisProperty.getAnalyzer()- Parameters:
analyzer- The Amazon Resource Name (ARN) of an Add On. This parameter is required.- Returns:
this
-
resultField
@Stability(Stable) public CfnMailManagerRuleSet.AnalysisProperty.Builder resultField(String resultField) Sets the value ofCfnMailManagerRuleSet.AnalysisProperty.getResultField()- Parameters:
resultField- The returned value from an Add On. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMailManagerRuleSet.AnalysisProperty>- Returns:
- a new instance of
CfnMailManagerRuleSet.AnalysisProperty - Throws:
NullPointerException- if any required attribute was not provided
-