Interface EgressEndpoint.Builder

    • Method Detail

      • packagingConfigurationId

        EgressEndpoint.Builder packagingConfigurationId​(String packagingConfigurationId)
        The ID of the PackagingConfiguration being applied to the Asset.
        Parameters:
        packagingConfigurationId - The ID of the PackagingConfiguration being applied to the Asset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        EgressEndpoint.Builder status​(String 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.
        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • url

        EgressEndpoint.Builder url​(String url)
        The URL of the parent manifest for the repackaged Asset.
        Parameters:
        url - The URL of the parent manifest for the repackaged Asset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.