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(Consumer<IngestEndpoint.Builder>... 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.
|
copyapply, buildHlsIngest.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.HlsIngest.Builder ingestEndpoints(Consumer<IngestEndpoint.Builder>... ingestEndpoints)
List.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #ingestEndpoints(List) .ingestEndpoints - a consumer that will call methods on List.Builder #ingestEndpoints(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.