Uses of Interface
software.amazon.awssdk.services.mediapackagev2.model.IngestEndpoint.Builder
-
Packages that use IngestEndpoint.Builder Package Description software.amazon.awssdk.services.mediapackagev2.model -
-
Uses of IngestEndpoint.Builder in software.amazon.awssdk.services.mediapackagev2.model
Methods in software.amazon.awssdk.services.mediapackagev2.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 IngestEndpoint.IngestEndpoint.BuilderIngestEndpoint. toBuilder()IngestEndpoint.BuilderIngestEndpoint.Builder. url(String url)The ingest domain URL where the source stream should be sent.Methods in software.amazon.awssdk.services.mediapackagev2.model that return types with arguments of type IngestEndpoint.Builder Modifier and Type Method Description static Class<? extends IngestEndpoint.Builder>IngestEndpoint. serializableBuilderClass()
-