public static interface EgressEndpoint.Builder extends SdkPojo, CopyableBuilder<EgressEndpoint.Builder,EgressEndpoint>
| Modifier and Type | Method and Description |
|---|---|
EgressEndpoint.Builder |
packagingConfigurationId(String packagingConfigurationId)
The ID of the PackagingConfiguration being applied to the Asset.
|
EgressEndpoint.Builder |
status(String status)
The current processing status of the asset used for the packaging configuration.
|
EgressEndpoint.Builder |
url(String url)
The URL of the parent manifest for the repackaged Asset.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEgressEndpoint.Builder packagingConfigurationId(String packagingConfigurationId)
packagingConfigurationId - The ID of the PackagingConfiguration being applied to the Asset.EgressEndpoint.Builder status(String status)
status - The current processing status of the asset used for the packaging configuration. The status can be
either QUEUED, PROCESSING, PLAYABLE, or FAILED. Status information won't be available for most assets
ingested before 2021-09-30.EgressEndpoint.Builder url(String url)
url - The URL of the parent manifest for the repackaged Asset.Copyright © 2023. All rights reserved.