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 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

      @Stability(Experimental) public Network.Builder ipPools(List<String> 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

      @Stability(Experimental) public Network.Builder networkName(String 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

      @Stability(Experimental) public Network.Builder routes(List<? extends NetworkRoute> routes)
      (experimental) The routes for the network.

      Default: - no routes

      Parameters:
      routes - The routes for the network. This parameter is required.
      Returns:
      this
    • tags

      @Stability(Experimental) public Network.Builder tags(Map<String,String> 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

      @Stability(Experimental) public Network build()
      Specified by:
      build in interface software.amazon.jsii.Builder<Network>
      Returns:
      a newly built instance of Network.