public static interface InputDestination.Builder extends CopyableBuilder<InputDestination.Builder,InputDestination>
| Modifier and Type | Method and Description |
|---|---|
InputDestination.Builder |
ip(String ip)
system-generated static IP address of endpoint.
|
InputDestination.Builder |
port(String port)
port for input
|
InputDestination.Builder |
url(String url)
This represents the endpoint that the customer stream will be pushed to.
|
copyapply, buildInputDestination.Builder ip(String ip)
ip - system-generated static IP address of endpoint. Remains fixed for the lifetime of the inputInputDestination.Builder port(String port)
port - port for inputInputDestination.Builder url(String url)
url - This represents the endpoint that the customer stream will be pushed to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.