UpdateNetworkResponse.Builder |
UpdateNetworkResponse.Builder.arn(String arn) |
The ARN of this Network.
|
UpdateNetworkResponse.Builder |
UpdateNetworkResponse.Builder.associatedClusterIds(String... associatedClusterIds) |
Sets the value of the AssociatedClusterIds property for this object.
|
UpdateNetworkResponse.Builder |
UpdateNetworkResponse.Builder.associatedClusterIds(Collection<String> associatedClusterIds) |
Sets the value of the AssociatedClusterIds property for this object.
|
static UpdateNetworkResponse.Builder |
UpdateNetworkResponse.builder() |
|
UpdateNetworkResponse.Builder |
UpdateNetworkResponse.Builder.id(String id) |
The ID of the Network.
|
UpdateNetworkResponse.Builder |
UpdateNetworkResponse.Builder.ipPools(Collection<IpPool> 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.
|
UpdateNetworkResponse.Builder |
UpdateNetworkResponse.Builder.ipPools(Consumer<IpPool.Builder>... 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.
|
UpdateNetworkResponse.Builder |
UpdateNetworkResponse.Builder.ipPools(IpPool... 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.
|
UpdateNetworkResponse.Builder |
UpdateNetworkResponse.Builder.name(String name) |
The name that you specified for the Network.
|
UpdateNetworkResponse.Builder |
UpdateNetworkResponse.Builder.routes(Collection<Route> routes) |
An array of Routes that MediaLive Anywhere needs to know about in order to route encoding traffic.
|
UpdateNetworkResponse.Builder |
UpdateNetworkResponse.Builder.routes(Consumer<Route.Builder>... routes) |
An array of Routes that MediaLive Anywhere needs to know about in order to route encoding traffic.
|
UpdateNetworkResponse.Builder |
UpdateNetworkResponse.Builder.routes(Route... routes) |
An array of Routes that MediaLive Anywhere needs to know about in order to route encoding traffic.
|
UpdateNetworkResponse.Builder |
UpdateNetworkResponse.Builder.state(String state) |
The current state of the Network.
|
UpdateNetworkResponse.Builder |
UpdateNetworkResponse.Builder.state(NetworkState state) |
The current state of the Network.
|
UpdateNetworkResponse.Builder |
UpdateNetworkResponse.toBuilder() |
|