| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackage.model |
| Modifier and Type | Method and Description |
|---|---|
static IngestEndpoint.Builder |
IngestEndpoint.builder() |
IngestEndpoint.Builder |
IngestEndpoint.Builder.id(String id)
The system generated unique identifier for the IngestEndpoint
|
IngestEndpoint.Builder |
IngestEndpoint.Builder.password(String password)
The system generated password for ingest authentication.
|
IngestEndpoint.Builder |
IngestEndpoint.toBuilder() |
IngestEndpoint.Builder |
IngestEndpoint.Builder.url(String url)
The ingest URL to which the source stream should be sent.
|
IngestEndpoint.Builder |
IngestEndpoint.Builder.username(String username)
The system generated username for ingest authentication.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IngestEndpoint.Builder> |
IngestEndpoint.serializableBuilderClass() |
Copyright © 2021. All rights reserved.