Interface CreateNetworkRequest.Builder

  • Method Details

    • 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

      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

      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<IpPoolCreateRequest>).

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

      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

      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

      An array of routes that MediaLive Anywhere needs to know about in order to route encoding traffic. This is a convenience method that creates an instance of the RouteCreateRequest.Builder avoiding the need to create one manually via RouteCreateRequest.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to routes(List<RouteCreateRequest>).

      Parameters:
      routes - a consumer that will call methods on RouteCreateRequest.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • overrideConfiguration

      CreateNetworkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.