Class CfnNetworkMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnNetworkMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNetworkMixinProps>
- Enclosing interface:
CfnNetworkMixinProps
@Stability(Stable)
public static final class CfnNetworkMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNetworkMixinProps>
A builder for
CfnNetworkMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnNetworkMixinProps.getIpPools()ipPools(IResolvable ipPools) Sets the value ofCfnNetworkMixinProps.getIpPools()Sets the value ofCfnNetworkMixinProps.getName()Sets the value ofCfnNetworkMixinProps.getRoutes()routes(IResolvable routes) Sets the value ofCfnNetworkMixinProps.getRoutes()Sets the value ofCfnNetworkMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ipPools
Sets the value ofCfnNetworkMixinProps.getIpPools()- Parameters:
ipPools- The list of IP address cidr pools for the network.- Returns:
this
-
ipPools
Sets the value ofCfnNetworkMixinProps.getIpPools()- Parameters:
ipPools- The list of IP address cidr pools for the network.- Returns:
this
-
name
Sets the value ofCfnNetworkMixinProps.getName()- Parameters:
name- The user-specified name of the Network to be created.- Returns:
this
-
routes
Sets the value ofCfnNetworkMixinProps.getRoutes()- Parameters:
routes- The routes for the network.- Returns:
this
-
routes
Sets the value ofCfnNetworkMixinProps.getRoutes()- Parameters:
routes- The routes for the network.- Returns:
this
-
tags
Sets the value ofCfnNetworkMixinProps.getTags()- Parameters:
tags- A collection of key-value pairs.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnNetworkMixinProps>- Returns:
- a new instance of
CfnNetworkMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-