Uses of Interface
software.amazon.awssdk.services.mediaconvert.model.CmafAdditionalManifest.Builder
-
Packages that use CmafAdditionalManifest.Builder Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of CmafAdditionalManifest.Builder in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return CmafAdditionalManifest.Builder Modifier and Type Method Description static CmafAdditionalManifest.BuilderCmafAdditionalManifest. builder()CmafAdditionalManifest.BuilderCmafAdditionalManifest.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.CmafAdditionalManifest.BuilderCmafAdditionalManifest.Builder. selectedOutputs(String... selectedOutputs)Specify the outputs that you want this additional top-level manifest to reference.CmafAdditionalManifest.BuilderCmafAdditionalManifest.Builder. selectedOutputs(Collection<String> selectedOutputs)Specify the outputs that you want this additional top-level manifest to reference.CmafAdditionalManifest.BuilderCmafAdditionalManifest. toBuilder()Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type CmafAdditionalManifest.Builder Modifier and Type Method Description static Class<? extends CmafAdditionalManifest.Builder>CmafAdditionalManifest. serializableBuilderClass()
-