public static interface InputDestination.Builder extends SdkPojo, CopyableBuilder<InputDestination.Builder,InputDestination>
| Modifier and Type | Method and Description |
|---|---|
InputDestination.Builder |
ip(String ip)
The system-generated static IP address of endpoint.
|
InputDestination.Builder |
port(String port)
The port number for the input.
|
InputDestination.Builder |
url(String url)
This represents the endpoint that the customer stream will be pushed to.
|
copyapplyMutation, buildInputDestination.Builder ip(String ip)
ip - The system-generated static IP address of endpoint. It remains fixed for the lifetime of the input.InputDestination.Builder port(String port)
port - The port number for the input.InputDestination.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.