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