public static interface HlsIngest.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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)
IngestEndpoint.Builder avoiding
the need to create one manually via
IngestEndpoint.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #ingestEndpoints(List.
ingestEndpoints - a consumer that will call methods on
IngestEndpoint.Builder#ingestEndpoints(java.util.Collection) Copyright © 2023. All rights reserved.