static InputDestinationRequest.Builder |
InputDestinationRequest.builder() |
|
InputDestinationRequest.Builder |
InputDestinationRequest.Builder.network(String network) |
If the push input has an input location of ON-PREM, ID the ID of the attached network.
|
InputDestinationRequest.Builder |
InputDestinationRequest.Builder.networkRoutes(Collection<InputRequestDestinationRoute> networkRoutes) |
If the push input has an input location of ON-PREM it's a requirement to specify what the route of the input
is going to be on the customer local network.
|
InputDestinationRequest.Builder |
InputDestinationRequest.Builder.networkRoutes(Consumer<InputRequestDestinationRoute.Builder>... networkRoutes) |
If the push input has an input location of ON-PREM it's a requirement to specify what the route of the input
is going to be on the customer local network.
|
InputDestinationRequest.Builder |
InputDestinationRequest.Builder.networkRoutes(InputRequestDestinationRoute... networkRoutes) |
If the push input has an input location of ON-PREM it's a requirement to specify what the route of the input
is going to be on the customer local network.
|
InputDestinationRequest.Builder |
InputDestinationRequest.Builder.staticIpAddress(String staticIpAddress) |
If the push input has an input location of ON-PREM it's optional to specify what the ip address of the input
is going to be on the customer local network.
|
InputDestinationRequest.Builder |
InputDestinationRequest.Builder.streamName(String streamName) |
A unique name for the location the RTMP stream is being pushed to.
|
InputDestinationRequest.Builder |
InputDestinationRequest.toBuilder() |
|