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