Class Network.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.alpha.Network.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<Network>
- Enclosing class:
Network
@Stability(Experimental)
public static final class Network.Builder
extends Object
implements software.amazon.jsii.Builder<Network>
(experimental) A fluent builder for
Network.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static Network.Builder(experimental) The list of IP address CIDR pools for the network.networkName(String networkName) (experimental) The name of the network.routes(List<? extends NetworkRoute> routes) (experimental) The routes for the network.(experimental) Tags to add to the network.
-
Method Details
-
create
@Stability(Experimental) public static Network.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- This parameter is required.id- This parameter is required.- Returns:
- a new instance of
Network.Builder.
-
ipPools
(experimental) 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
-
networkName
(experimental) The name of the network.Default: - auto-generated name
- Parameters:
networkName- The name of the network. This parameter is required.- Returns:
this
-
routes
(experimental) The routes for the network.Default: - no routes
- Parameters:
routes- The routes for the network. This parameter is required.- Returns:
this
-
tags
(experimental) Tags to add to the network.Default: - no tags
- Parameters:
tags- Tags to add to the network. This parameter is required.- Returns:
this
-
build
-