Interface DeleteNetworkResponse.Builder

  • Method Details

    • arn

      The ARN of this Network. It is automatically assigned when the Network is created.
      Parameters:
      arn - The ARN of this Network. It is automatically assigned when the Network is created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associatedClusterIds

      DeleteNetworkResponse.Builder associatedClusterIds(Collection<String> associatedClusterIds)
      Sets the value of the AssociatedClusterIds property for this object.
      Parameters:
      associatedClusterIds - The new value for the AssociatedClusterIds property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associatedClusterIds

      DeleteNetworkResponse.Builder associatedClusterIds(String... associatedClusterIds)
      Sets the value of the AssociatedClusterIds property for this object.
      Parameters:
      associatedClusterIds - The new value for the AssociatedClusterIds property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The ID of the Network. Unique in the AWS account. The ID is the resource-id portion of the ARN.
      Parameters:
      id - The ID of the Network. Unique in the AWS account. The ID is the resource-id portion of the ARN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipPools

      An array of IpPools in your organization's network that identify a collection of IP addresses in this network that are reserved 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 IpPool specifies one CIDR block.
      Parameters:
      ipPools - An array of IpPools in your organization's network that identify a collection of IP addresses in this network that are reserved 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 IpPool specifies one CIDR block.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipPools

      An array of IpPools in your organization's network that identify a collection of IP addresses in this network that are reserved 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 IpPool specifies one CIDR block.
      Parameters:
      ipPools - An array of IpPools in your organization's network that identify a collection of IP addresses in this network that are reserved 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 IpPool specifies one CIDR block.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipPools

      An array of IpPools in your organization's network that identify a collection of IP addresses in this network that are reserved 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 IpPool specifies one CIDR block. This is a convenience method that creates an instance of the IpPool.Builder avoiding the need to create one manually via IpPool.builder().

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

      Parameters:
      ipPools - a consumer that will call methods on IpPool.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • name

      The name that you specified for the Network.
      Parameters:
      name - The name that you specified for the Network.
      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 Route.Builder avoiding the need to create one manually via Route.builder().

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

      Parameters:
      routes - a consumer that will call methods on Route.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      The current state of the Network. Only MediaLive Anywhere can change the state.
      Parameters:
      state - The current state of the Network. Only MediaLive Anywhere can change the state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      The current state of the Network. Only MediaLive Anywhere can change the state.
      Parameters:
      state - The current state of the Network. Only MediaLive Anywhere can change the state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: