public static interface OutputGroup.Builder extends SdkPojo, CopyableBuilder<OutputGroup.Builder,OutputGroup>
| Modifier and Type | Method and Description |
|---|---|
OutputGroup.Builder |
automatedEncodingSettings(AutomatedEncodingSettings automatedEncodingSettings)
Use automated encoding to have MediaConvert choose your encoding settings for you, based on characteristics
of your input video.
|
default OutputGroup.Builder |
automatedEncodingSettings(Consumer<AutomatedEncodingSettings.Builder> automatedEncodingSettings)
Use automated encoding to have MediaConvert choose your encoding settings for you, based on characteristics
of your input video.
|
OutputGroup.Builder |
customName(String customName)
Use Custom Group Name (CustomName) to specify a name for the output group.
|
OutputGroup.Builder |
name(String name)
Name of the output group
|
default OutputGroup.Builder |
outputGroupSettings(Consumer<OutputGroupSettings.Builder> outputGroupSettings)
Output Group settings, including type This is a convenience method that creates an instance of the
OutputGroupSettings.Builder avoiding the need to create one manually via
OutputGroupSettings.builder(). |
OutputGroup.Builder |
outputGroupSettings(OutputGroupSettings outputGroupSettings)
Output Group settings, including type
|
OutputGroup.Builder |
outputs(Collection<Output> outputs)
This object holds groups of encoding settings, one group of settings per output.
|
OutputGroup.Builder |
outputs(Consumer<Output.Builder>... outputs)
This object holds groups of encoding settings, one group of settings per output.
|
OutputGroup.Builder |
outputs(Output... outputs)
This object holds groups of encoding settings, one group of settings per output.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOutputGroup.Builder automatedEncodingSettings(AutomatedEncodingSettings automatedEncodingSettings)
automatedEncodingSettings - Use automated encoding to have MediaConvert choose your encoding settings for you, based on
characteristics of your input video.default OutputGroup.Builder automatedEncodingSettings(Consumer<AutomatedEncodingSettings.Builder> automatedEncodingSettings)
AutomatedEncodingSettings.Builder avoiding the need to create one manually via
AutomatedEncodingSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to automatedEncodingSettings(AutomatedEncodingSettings).
automatedEncodingSettings - a consumer that will call methods on AutomatedEncodingSettings.BuilderautomatedEncodingSettings(AutomatedEncodingSettings)OutputGroup.Builder customName(String customName)
customName - Use Custom Group Name (CustomName) to specify a name for the output group. This value is displayed on
the console and can make your job settings JSON more human-readable. It does not affect your outputs.
Use up to twelve characters that are either letters, numbers, spaces, or underscores.OutputGroup.Builder name(String name)
name - Name of the output groupOutputGroup.Builder outputGroupSettings(OutputGroupSettings outputGroupSettings)
outputGroupSettings - Output Group settings, including typedefault OutputGroup.Builder outputGroupSettings(Consumer<OutputGroupSettings.Builder> outputGroupSettings)
OutputGroupSettings.Builder avoiding the need to create one manually via
OutputGroupSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to outputGroupSettings(OutputGroupSettings).
outputGroupSettings - a consumer that will call methods on OutputGroupSettings.BuilderoutputGroupSettings(OutputGroupSettings)OutputGroup.Builder outputs(Collection<Output> outputs)
outputs - This object holds groups of encoding settings, one group of settings per output.OutputGroup.Builder outputs(Output... outputs)
outputs - This object holds groups of encoding settings, one group of settings per output.OutputGroup.Builder outputs(Consumer<Output.Builder>... outputs)
Output.Builder
avoiding the need to create one manually via
Output.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #outputs(List.
outputs - a consumer that will call methods on
Output.Builder#outputs(java.util.CollectionCopyright © 2023. All rights reserved.