Uses of Interface
software.amazon.awssdk.services.mediapackage.model.IngestEndpoint.Builder
-
Packages that use IngestEndpoint.Builder Package Description software.amazon.awssdk.services.mediapackage.model -
-
Uses of IngestEndpoint.Builder in software.amazon.awssdk.services.mediapackage.model
Methods in software.amazon.awssdk.services.mediapackage.model that return IngestEndpoint.Builder Modifier and Type Method Description static IngestEndpoint.BuilderIngestEndpoint. builder()IngestEndpoint.BuilderIngestEndpoint.Builder. id(String id)The system generated unique identifier for the IngestEndpointIngestEndpoint.BuilderIngestEndpoint.Builder. password(String password)The system generated password for ingest authentication.IngestEndpoint.BuilderIngestEndpoint. toBuilder()IngestEndpoint.BuilderIngestEndpoint.Builder. url(String url)The ingest URL to which the source stream should be sent.IngestEndpoint.BuilderIngestEndpoint.Builder. username(String username)The system generated username for ingest authentication.Methods in software.amazon.awssdk.services.mediapackage.model that return types with arguments of type IngestEndpoint.Builder Modifier and Type Method Description static Class<? extends IngestEndpoint.Builder>IngestEndpoint. serializableBuilderClass()
-