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