Interface CreateNetworkRequest.Builder

    • Method Detail

      • ipPools

        CreateNetworkRequest.Builder ipPools​(Collection<IpPoolCreateRequest> ipPools)
        An array of IpPoolCreateRequests that identify a collection of IP addresses in your network that you want to reserve for use in MediaLive Anywhere. MediaLiveAnywhere uses these IP addresses for Push inputs (in both Bridge and NATnetworks) and for output destinations (only in Bridge networks). EachIpPoolUpdateRequest specifies one CIDR block.
        Parameters:
        ipPools - An array of IpPoolCreateRequests that identify a collection of IP addresses in your network that you want to reserve for use in MediaLive Anywhere. MediaLiveAnywhere uses these IP addresses for Push inputs (in both Bridge and NATnetworks) and for output destinations (only in Bridge networks). EachIpPoolUpdateRequest specifies one CIDR block.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipPools

        CreateNetworkRequest.Builder ipPools​(IpPoolCreateRequest... ipPools)
        An array of IpPoolCreateRequests that identify a collection of IP addresses in your network that you want to reserve for use in MediaLive Anywhere. MediaLiveAnywhere uses these IP addresses for Push inputs (in both Bridge and NATnetworks) and for output destinations (only in Bridge networks). EachIpPoolUpdateRequest specifies one CIDR block.
        Parameters:
        ipPools - An array of IpPoolCreateRequests that identify a collection of IP addresses in your network that you want to reserve for use in MediaLive Anywhere. MediaLiveAnywhere uses these IP addresses for Push inputs (in both Bridge and NATnetworks) and for output destinations (only in Bridge networks). EachIpPoolUpdateRequest specifies one CIDR block.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipPools

        CreateNetworkRequest.Builder ipPools​(Consumer<IpPoolCreateRequest.Builder>... ipPools)
        An array of IpPoolCreateRequests that identify a collection of IP addresses in your network that you want to reserve for use in MediaLive Anywhere. MediaLiveAnywhere uses these IP addresses for Push inputs (in both Bridge and NATnetworks) and for output destinations (only in Bridge networks). EachIpPoolUpdateRequest specifies one CIDR block. This is a convenience method that creates an instance of the IpPoolCreateRequest.Builder avoiding the need to create one manually via IpPoolCreateRequest.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 IpPoolCreateRequest.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #ipPools(java.util.Collection)
      • name

        CreateNetworkRequest.Builder name​(String name)
        Specify a name that is unique in the AWS account. We recommend that you assign a name that hints at the type of traffic on the network. Names are case-sensitive.
        Parameters:
        name - Specify a name that is unique in the AWS account. We recommend that you assign a name that hints at the type of traffic on the network. Names are case-sensitive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestId

        CreateNetworkRequest.Builder requestId​(String requestId)
        An ID that you assign to a create request. This ID ensures idempotency when creating resources.
        Parameters:
        requestId - An ID that you assign to a create request. This ID ensures idempotency when creating resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routes

        CreateNetworkRequest.Builder routes​(Collection<RouteCreateRequest> routes)
        An array of routes that MediaLive Anywhere needs to know about in order to route encoding traffic.
        Parameters:
        routes - 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

        CreateNetworkRequest.Builder routes​(RouteCreateRequest... routes)
        An array of routes that MediaLive Anywhere needs to know about in order to route encoding traffic.
        Parameters:
        routes - 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.
      • tags

        CreateNetworkRequest.Builder tags​(Map<String,​String> tags)
        A collection of key-value pairs.
        Parameters:
        tags - A collection of key-value pairs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.