Package | Description |
---|---|
software.amazon.awssdk.services.mediaconvert.model |
Modifier and Type | Method and Description |
---|---|
static DashAdditionalManifest.Builder |
DashAdditionalManifest.builder() |
DashAdditionalManifest.Builder |
DashAdditionalManifest.Builder.manifestNameModifier(String manifestNameModifier)
Specify a name modifier that the service adds to the name of this manifest to make it different from the file
names of the other main manifests in the output group.
|
DashAdditionalManifest.Builder |
DashAdditionalManifest.Builder.selectedOutputs(Collection<String> selectedOutputs)
Specify the outputs that you want this additional top-level manifest to reference.
|
DashAdditionalManifest.Builder |
DashAdditionalManifest.Builder.selectedOutputs(String... selectedOutputs)
Specify the outputs that you want this additional top-level manifest to reference.
|
DashAdditionalManifest.Builder |
DashAdditionalManifest.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends DashAdditionalManifest.Builder> |
DashAdditionalManifest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.