Class CfnMailManagerTrafficPolicyPropsMixin.IngressStringToEvaluateProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnMailManagerTrafficPolicyPropsMixin.IngressStringToEvaluateProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMailManagerTrafficPolicyPropsMixin.IngressStringToEvaluateProperty>
- Enclosing interface:
CfnMailManagerTrafficPolicyPropsMixin.IngressStringToEvaluateProperty
@Stability(Stable)
public static final class CfnMailManagerTrafficPolicyPropsMixin.IngressStringToEvaluateProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMailManagerTrafficPolicyPropsMixin.IngressStringToEvaluateProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanalysis(IResolvable analysis) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
analysis
@Stability(Stable) public CfnMailManagerTrafficPolicyPropsMixin.IngressStringToEvaluateProperty.Builder analysis(IResolvable analysis) Sets the value ofCfnMailManagerTrafficPolicyPropsMixin.IngressStringToEvaluateProperty.getAnalysis()- Parameters:
analysis- The structure type for a string condition stating the Add On ARN and its returned value.- Returns:
this
-
analysis
@Stability(Stable) public CfnMailManagerTrafficPolicyPropsMixin.IngressStringToEvaluateProperty.Builder analysis(CfnMailManagerTrafficPolicyPropsMixin.IngressAnalysisProperty analysis) Sets the value ofCfnMailManagerTrafficPolicyPropsMixin.IngressStringToEvaluateProperty.getAnalysis()- Parameters:
analysis- The structure type for a string condition stating the Add On ARN and its returned value.- Returns:
this
-
attribute
@Stability(Stable) public CfnMailManagerTrafficPolicyPropsMixin.IngressStringToEvaluateProperty.Builder attribute(String attribute) Sets the value ofCfnMailManagerTrafficPolicyPropsMixin.IngressStringToEvaluateProperty.getAttribute()- Parameters:
attribute- The enum type representing the allowed attribute types for a string condition.- Returns:
this
-
build
@Stability(Stable) public CfnMailManagerTrafficPolicyPropsMixin.IngressStringToEvaluateProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMailManagerTrafficPolicyPropsMixin.IngressStringToEvaluateProperty>- Returns:
- a new instance of
CfnMailManagerTrafficPolicyPropsMixin.IngressStringToEvaluateProperty - Throws:
NullPointerException- if any required attribute was not provided
-