Class CfnMailManagerTrafficPolicyPropsMixin.IngressTlsProtocolExpressionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnMailManagerTrafficPolicyPropsMixin.IngressTlsProtocolExpressionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMailManagerTrafficPolicyPropsMixin.IngressTlsProtocolExpressionProperty>
- Enclosing interface:
CfnMailManagerTrafficPolicyPropsMixin.IngressTlsProtocolExpressionProperty
@Stability(Stable)
public static final class CfnMailManagerTrafficPolicyPropsMixin.IngressTlsProtocolExpressionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMailManagerTrafficPolicyPropsMixin.IngressTlsProtocolExpressionProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.evaluate(IResolvable evaluate)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
evaluate
@Stability(Stable) public CfnMailManagerTrafficPolicyPropsMixin.IngressTlsProtocolExpressionProperty.Builder evaluate(IResolvable evaluate) Sets the value ofCfnMailManagerTrafficPolicyPropsMixin.IngressTlsProtocolExpressionProperty.getEvaluate()- Parameters:
evaluate- The left hand side argument of a TLS condition expression.- Returns:
this
-
evaluate
@Stability(Stable) public CfnMailManagerTrafficPolicyPropsMixin.IngressTlsProtocolExpressionProperty.Builder evaluate(CfnMailManagerTrafficPolicyPropsMixin.IngressTlsProtocolToEvaluateProperty evaluate) Sets the value ofCfnMailManagerTrafficPolicyPropsMixin.IngressTlsProtocolExpressionProperty.getEvaluate()- Parameters:
evaluate- The left hand side argument of a TLS condition expression.- Returns:
this
-
operator
@Stability(Stable) public CfnMailManagerTrafficPolicyPropsMixin.IngressTlsProtocolExpressionProperty.Builder operator(String operator) Sets the value ofCfnMailManagerTrafficPolicyPropsMixin.IngressTlsProtocolExpressionProperty.getOperator()- Parameters:
operator- The matching operator for a TLS condition expression.- Returns:
this
-
value
@Stability(Stable) public CfnMailManagerTrafficPolicyPropsMixin.IngressTlsProtocolExpressionProperty.Builder value(String value) Sets the value ofCfnMailManagerTrafficPolicyPropsMixin.IngressTlsProtocolExpressionProperty.getValue()- Parameters:
value- The right hand side argument of a TLS condition expression.- Returns:
this
-
build
@Stability(Stable) public CfnMailManagerTrafficPolicyPropsMixin.IngressTlsProtocolExpressionProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMailManagerTrafficPolicyPropsMixin.IngressTlsProtocolExpressionProperty>- Returns:
- a new instance of
CfnMailManagerTrafficPolicyPropsMixin.IngressTlsProtocolExpressionProperty - Throws:
NullPointerException- if any required attribute was not provided
-