static InputDestination.Builder |
InputDestination.builder() |
|
InputDestination.Builder |
InputDestination.Builder.ip(String ip) |
The system-generated static IP address of endpoint.
|
InputDestination.Builder |
InputDestination.Builder.network(String network) |
The ID of the attached network.
|
InputDestination.Builder |
InputDestination.Builder.networkRoutes(Collection<InputDestinationRoute> 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.
|
InputDestination.Builder |
InputDestination.Builder.networkRoutes(Consumer<InputDestinationRoute.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.
|
InputDestination.Builder |
InputDestination.Builder.networkRoutes(InputDestinationRoute... 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.
|
InputDestination.Builder |
InputDestination.Builder.port(String port) |
The port number for the input.
|
InputDestination.Builder |
InputDestination.toBuilder() |
|
InputDestination.Builder |
InputDestination.Builder.url(String url) |
This represents the endpoint that the customer stream will be pushed to.
|
default InputDestination.Builder |
InputDestination.Builder.vpc(Consumer<InputDestinationVpc.Builder> vpc) |
Sets the value of the Vpc property for this object.
|
InputDestination.Builder |
InputDestination.Builder.vpc(InputDestinationVpc vpc) |
Sets the value of the Vpc property for this object.
|