public static interface InputLocation.Builder extends CopyableBuilder<InputLocation.Builder,InputLocation>
| Modifier and Type | Method and Description |
|---|---|
InputLocation.Builder |
passwordParam(String passwordParam)
key used to extract the password from EC2 Parameter store
|
InputLocation.Builder |
uri(String uri)
Uniform Resource Identifier - This should be a path to a file accessible to the Live system (eg.
|
InputLocation.Builder |
username(String username)
Documentation update needed
|
copyapply, buildInputLocation.Builder passwordParam(String passwordParam)
passwordParam - key used to extract the password from EC2 Parameter storeInputLocation.Builder uri(String uri)
uri - Uniform Resource Identifier - This should be a path to a file accessible to the Live system (eg. a
http:// URI) depending on the output type. For example, a rtmpEndpoint should have a uri simliar to:
"rtmp://fmsserver/live".InputLocation.Builder username(String username)
username - Documentation update neededCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.