Class CfnNetworkPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnNetworkPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNetworkPropsMixin>
- Enclosing class:
CfnNetworkPropsMixin
@Stability(Stable)
public static final class CfnNetworkPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNetworkPropsMixin>
A fluent builder for
CfnNetworkPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnNetworkPropsMixin.Buildercreate()static CfnNetworkPropsMixin.Buildercreate(CfnPropertyMixinOptions options) The list of IP address cidr pools for the network.ipPools(IResolvable ipPools) The list of IP address cidr pools for the network.The user-specified name of the Network to be created.The routes for the network.routes(IResolvable routes) The routes for the network.A collection of key-value pairs.
-
Method Details
-
create
@Stability(Stable) public static CfnNetworkPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnNetworkPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnNetworkPropsMixin.Builder.
-
ipPools
The list of IP address cidr pools for the network.- Parameters:
ipPools- The list of IP address cidr pools for the network. This parameter is required.- Returns:
this- See Also:
-
ipPools
The list of IP address cidr pools for the network.- Parameters:
ipPools- The list of IP address cidr pools for the network. This parameter is required.- Returns:
this- See Also:
-
name
The user-specified name of the Network to be created.- Parameters:
name- The user-specified name of the Network to be created. This parameter is required.- Returns:
this- See Also:
-
routes
The routes for the network.- Parameters:
routes- The routes for the network. This parameter is required.- Returns:
this- See Also:
-
routes
The routes for the network.- Parameters:
routes- The routes for the network. This parameter is required.- Returns:
this- See Also:
-
tags
A collection of key-value pairs.- Parameters:
tags- A collection of key-value pairs. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnNetworkPropsMixin>- Returns:
- a newly built instance of
CfnNetworkPropsMixin.
-