Class CfnMailManagerIngressPointPropsMixin.PublicNetworkConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnMailManagerIngressPointPropsMixin.PublicNetworkConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMailManagerIngressPointPropsMixin.PublicNetworkConfigurationProperty>
- Enclosing interface:
CfnMailManagerIngressPointPropsMixin.PublicNetworkConfigurationProperty
@Stability(Stable)
public static final class CfnMailManagerIngressPointPropsMixin.PublicNetworkConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMailManagerIngressPointPropsMixin.PublicNetworkConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ipType
@Stability(Stable) public CfnMailManagerIngressPointPropsMixin.PublicNetworkConfigurationProperty.Builder ipType(String ipType) Sets the value ofCfnMailManagerIngressPointPropsMixin.PublicNetworkConfigurationProperty.getIpType()- Parameters:
ipType- The IP address type for the public ingress point. Valid values are IPV4 and DUAL_STACK.- Returns:
this
-
build
@Stability(Stable) public CfnMailManagerIngressPointPropsMixin.PublicNetworkConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMailManagerIngressPointPropsMixin.PublicNetworkConfigurationProperty>- Returns:
- a new instance of
CfnMailManagerIngressPointPropsMixin.PublicNetworkConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-