Interface EgressEndpoint.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EgressEndpoint.Builder,
,EgressEndpoint> SdkBuilder<EgressEndpoint.Builder,
,EgressEndpoint> SdkPojo
- Enclosing class:
EgressEndpoint
public static interface EgressEndpoint.Builder
extends SdkPojo, CopyableBuilder<EgressEndpoint.Builder,EgressEndpoint>
-
Method Summary
Modifier and TypeMethodDescriptionpackagingConfigurationId
(String packagingConfigurationId) The ID of the PackagingConfiguration being applied to the Asset.The current processing status of the asset used for the packaging configuration.The URL of the parent manifest for the repackaged Asset.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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
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.
-