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