Class CfnMailManagerIngressPointPropsMixin.NetworkConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnMailManagerIngressPointPropsMixin.NetworkConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMailManagerIngressPointPropsMixin.NetworkConfigurationProperty>
- Enclosing interface:
CfnMailManagerIngressPointPropsMixin.NetworkConfigurationProperty
@Stability(Stable)
public static final class CfnMailManagerIngressPointPropsMixin.NetworkConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMailManagerIngressPointPropsMixin.NetworkConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.privateNetworkConfiguration(CfnMailManagerIngressPointPropsMixin.PrivateNetworkConfigurationProperty privateNetworkConfiguration) privateNetworkConfiguration(IResolvable privateNetworkConfiguration) publicNetworkConfiguration(CfnMailManagerIngressPointPropsMixin.PublicNetworkConfigurationProperty publicNetworkConfiguration) publicNetworkConfiguration(IResolvable publicNetworkConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
privateNetworkConfiguration
@Stability(Stable) public CfnMailManagerIngressPointPropsMixin.NetworkConfigurationProperty.Builder privateNetworkConfiguration(IResolvable privateNetworkConfiguration) Sets the value ofCfnMailManagerIngressPointPropsMixin.NetworkConfigurationProperty.getPrivateNetworkConfiguration()- Parameters:
privateNetworkConfiguration- Specifies the network configuration for the private ingress point.- Returns:
this
-
privateNetworkConfiguration
@Stability(Stable) public CfnMailManagerIngressPointPropsMixin.NetworkConfigurationProperty.Builder privateNetworkConfiguration(CfnMailManagerIngressPointPropsMixin.PrivateNetworkConfigurationProperty privateNetworkConfiguration) Sets the value ofCfnMailManagerIngressPointPropsMixin.NetworkConfigurationProperty.getPrivateNetworkConfiguration()- Parameters:
privateNetworkConfiguration- Specifies the network configuration for the private ingress point.- Returns:
this
-
publicNetworkConfiguration
@Stability(Stable) public CfnMailManagerIngressPointPropsMixin.NetworkConfigurationProperty.Builder publicNetworkConfiguration(IResolvable publicNetworkConfiguration) Sets the value ofCfnMailManagerIngressPointPropsMixin.NetworkConfigurationProperty.getPublicNetworkConfiguration()- Parameters:
publicNetworkConfiguration- Specifies the network configuration for the public ingress point.- Returns:
this
-
publicNetworkConfiguration
@Stability(Stable) public CfnMailManagerIngressPointPropsMixin.NetworkConfigurationProperty.Builder publicNetworkConfiguration(CfnMailManagerIngressPointPropsMixin.PublicNetworkConfigurationProperty publicNetworkConfiguration) Sets the value ofCfnMailManagerIngressPointPropsMixin.NetworkConfigurationProperty.getPublicNetworkConfiguration()- Parameters:
publicNetworkConfiguration- Specifies the network configuration for the public ingress point.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMailManagerIngressPointPropsMixin.NetworkConfigurationProperty>- Returns:
- a new instance of
CfnMailManagerIngressPointPropsMixin.NetworkConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-