Interface UpdateNetworkRequest.Builder

    • Method Detail

      • ipPools

        UpdateNetworkRequest.Builder ipPools​(Collection<IpPoolUpdateRequest> ipPools)
        Include this parameter only if you want to change the pool of IP addresses in the network. An array of IpPoolCreateRequests that identify a collection of IP addresses in this network that you want to reserve for use in MediaLive Anywhere. MediaLive Anywhere uses these IP addresses for Push inputs (in both Bridge and NAT networks) and for output destinations (only in Bridge networks). Each IpPoolUpdateRequest specifies one CIDR block.
        Parameters:
        ipPools - Include this parameter only if you want to change the pool of IP addresses in the network. An array of IpPoolCreateRequests that identify a collection of IP addresses in this network that you want to reserve for use in MediaLive Anywhere. MediaLive Anywhere uses these IP addresses for Push inputs (in both Bridge and NAT networks) and for output destinations (only in Bridge networks). Each IpPoolUpdateRequest specifies one CIDR block.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipPools

        UpdateNetworkRequest.Builder ipPools​(IpPoolUpdateRequest... ipPools)
        Include this parameter only if you want to change the pool of IP addresses in the network. An array of IpPoolCreateRequests that identify a collection of IP addresses in this network that you want to reserve for use in MediaLive Anywhere. MediaLive Anywhere uses these IP addresses for Push inputs (in both Bridge and NAT networks) and for output destinations (only in Bridge networks). Each IpPoolUpdateRequest specifies one CIDR block.
        Parameters:
        ipPools - Include this parameter only if you want to change the pool of IP addresses in the network. An array of IpPoolCreateRequests that identify a collection of IP addresses in this network that you want to reserve for use in MediaLive Anywhere. MediaLive Anywhere uses these IP addresses for Push inputs (in both Bridge and NAT networks) and for output destinations (only in Bridge networks). Each IpPoolUpdateRequest specifies one CIDR block.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipPools

        UpdateNetworkRequest.Builder ipPools​(Consumer<IpPoolUpdateRequest.Builder>... ipPools)
        Include this parameter only if you want to change the pool of IP addresses in the network. An array of IpPoolCreateRequests that identify a collection of IP addresses in this network that you want to reserve for use in MediaLive Anywhere. MediaLive Anywhere uses these IP addresses for Push inputs (in both Bridge and NAT networks) and for output destinations (only in Bridge networks). Each IpPoolUpdateRequest specifies one CIDR block. This is a convenience method that creates an instance of the IpPoolUpdateRequest.Builder avoiding the need to create one manually via IpPoolUpdateRequest.builder() .

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #ipPools(List).

        Parameters:
        ipPools - a consumer that will call methods on IpPoolUpdateRequest.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #ipPools(java.util.Collection)
      • name

        UpdateNetworkRequest.Builder name​(String name)
        Include this parameter only if you want to change the name of the Network. Specify a name that is unique in the AWS account. Names are case-sensitive.
        Parameters:
        name - Include this parameter only if you want to change the name of the Network. Specify a name that is unique in the AWS account. Names are case-sensitive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkId

        UpdateNetworkRequest.Builder networkId​(String networkId)
        The ID of the network
        Parameters:
        networkId - The ID of the network
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routes

        UpdateNetworkRequest.Builder routes​(Collection<RouteUpdateRequest> routes)
        Include this parameter only if you want to change or add routes in the Network. An array of Routes that MediaLive Anywhere needs to know about in order to route encoding traffic.
        Parameters:
        routes - Include this parameter only if you want to change or add routes in the Network. An array of Routes that MediaLive Anywhere needs to know about in order to route encoding traffic.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routes

        UpdateNetworkRequest.Builder routes​(RouteUpdateRequest... routes)
        Include this parameter only if you want to change or add routes in the Network. An array of Routes that MediaLive Anywhere needs to know about in order to route encoding traffic.
        Parameters:
        routes - Include this parameter only if you want to change or add routes in the Network. An array of Routes that MediaLive Anywhere needs to know about in order to route encoding traffic.
        Returns:
        Returns a reference to this object so that method calls can be chained together.