Uses of Interface
software.amazon.awssdk.services.mediapackagevod.model.EgressEndpoint.Builder
-
Packages that use EgressEndpoint.Builder Package Description software.amazon.awssdk.services.mediapackagevod.model -
-
Uses of EgressEndpoint.Builder in software.amazon.awssdk.services.mediapackagevod.model
Methods in software.amazon.awssdk.services.mediapackagevod.model that return EgressEndpoint.Builder Modifier and Type Method Description static EgressEndpoint.BuilderEgressEndpoint. builder()EgressEndpoint.BuilderEgressEndpoint.Builder. packagingConfigurationId(String packagingConfigurationId)The ID of the PackagingConfiguration being applied to the Asset.EgressEndpoint.BuilderEgressEndpoint.Builder. status(String status)The current processing status of the asset used for the packaging configuration.EgressEndpoint.BuilderEgressEndpoint. toBuilder()EgressEndpoint.BuilderEgressEndpoint.Builder. url(String url)The URL of the parent manifest for the repackaged Asset.Methods in software.amazon.awssdk.services.mediapackagevod.model that return types with arguments of type EgressEndpoint.Builder Modifier and Type Method Description static Class<? extends EgressEndpoint.Builder>EgressEndpoint. serializableBuilderClass()
-