public static interface HlsIngest.Builder extends CopyableBuilder<HlsIngest.Builder,HlsIngest>
Modifier and Type | Method and Description |
---|---|
HlsIngest.Builder |
ingestEndpoints(Collection<IngestEndpoint> ingestEndpoints)
A list of endpoints to which the source stream should be sent.
|
HlsIngest.Builder |
ingestEndpoints(IngestEndpoint... ingestEndpoints)
A list of endpoints to which the source stream should be sent.
|
copy
apply, build
HlsIngest.Builder ingestEndpoints(Collection<IngestEndpoint> ingestEndpoints)
ingestEndpoints
- A list of endpoints to which the source stream should be sent.HlsIngest.Builder ingestEndpoints(IngestEndpoint... ingestEndpoints)
ingestEndpoints
- A list of endpoints to which the source stream should be sent.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.