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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EgressEndpoint.BuilderpackagingConfigurationId(String packagingConfigurationId)The ID of the PackagingConfiguration being applied to the Asset.EgressEndpoint.Builderstatus(String status)The current processing status of the asset used for the packaging configuration.EgressEndpoint.Builderurl(String url)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, sdkFieldNameToField, sdkFields
-
-
-
-
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.
-
-