Class CfnRouterNetworkInterfacePropsMixin.RouterNetworkInterfaceConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnRouterNetworkInterfacePropsMixin.RouterNetworkInterfaceConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouterNetworkInterfacePropsMixin.RouterNetworkInterfaceConfigurationProperty>
- Enclosing interface:
CfnRouterNetworkInterfacePropsMixin.RouterNetworkInterfaceConfigurationProperty
@Stability(Stable)
public static final class CfnRouterNetworkInterfacePropsMixin.RouterNetworkInterfaceConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouterNetworkInterfacePropsMixin.RouterNetworkInterfaceConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.publicValue(CfnRouterNetworkInterfacePropsMixin.PublicRouterNetworkInterfaceConfigurationProperty publicValue) publicValue(IResolvable publicValue) vpc(IResolvable vpc)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
publicValue
@Stability(Stable) public CfnRouterNetworkInterfacePropsMixin.RouterNetworkInterfaceConfigurationProperty.Builder publicValue(IResolvable publicValue) Sets the value ofCfnRouterNetworkInterfacePropsMixin.RouterNetworkInterfaceConfigurationProperty.getPublicValue()- Parameters:
publicValue- The configuration settings for a public router network interface, including the list of allowed CIDR blocks.- Returns:
this
-
publicValue
@Stability(Stable) public CfnRouterNetworkInterfacePropsMixin.RouterNetworkInterfaceConfigurationProperty.Builder publicValue(CfnRouterNetworkInterfacePropsMixin.PublicRouterNetworkInterfaceConfigurationProperty publicValue) Sets the value ofCfnRouterNetworkInterfacePropsMixin.RouterNetworkInterfaceConfigurationProperty.getPublicValue()- Parameters:
publicValue- The configuration settings for a public router network interface, including the list of allowed CIDR blocks.- Returns:
this
-
vpc
@Stability(Stable) public CfnRouterNetworkInterfacePropsMixin.RouterNetworkInterfaceConfigurationProperty.Builder vpc(IResolvable vpc) Sets the value ofCfnRouterNetworkInterfacePropsMixin.RouterNetworkInterfaceConfigurationProperty.getVpc()- Parameters:
vpc- The configuration settings for a router network interface within a VPC, including the security group IDs and subnet ID.- Returns:
this
-
vpc
@Stability(Stable) public CfnRouterNetworkInterfacePropsMixin.RouterNetworkInterfaceConfigurationProperty.Builder vpc(CfnRouterNetworkInterfacePropsMixin.VpcRouterNetworkInterfaceConfigurationProperty vpc) Sets the value ofCfnRouterNetworkInterfacePropsMixin.RouterNetworkInterfaceConfigurationProperty.getVpc()- Parameters:
vpc- The configuration settings for a router network interface within a VPC, including the security group IDs and subnet ID.- Returns:
this
-
build
@Stability(Stable) public CfnRouterNetworkInterfacePropsMixin.RouterNetworkInterfaceConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRouterNetworkInterfacePropsMixin.RouterNetworkInterfaceConfigurationProperty>- Returns:
- a new instance of
CfnRouterNetworkInterfacePropsMixin.RouterNetworkInterfaceConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-