public static interface IngestEndpoint.Builder extends CopyableBuilder<IngestEndpoint.Builder,IngestEndpoint>
| Modifier and Type | Method and Description |
|---|---|
IngestEndpoint.Builder |
password(String password)
The system generated password for ingest authentication.
|
IngestEndpoint.Builder |
url(String url)
The ingest URL to which the source stream should be sent.
|
IngestEndpoint.Builder |
username(String username)
The system generated username for ingest authentication.
|
copyapply, buildIngestEndpoint.Builder password(String password)
password - The system generated password for ingest authentication.IngestEndpoint.Builder url(String url)
url - The ingest URL to which the source stream should be sent.IngestEndpoint.Builder username(String username)
username - The system generated username for ingest authentication.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.