public static interface OutputGroup.Builder extends CopyableBuilder<OutputGroup.Builder,OutputGroup>
| Modifier and Type | Method and Description | 
|---|---|
| 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)Sets the value of the OutputGroupSettings property for this object. | 
| OutputGroup.Builder | outputGroupSettings(OutputGroupSettings outputGroupSettings)Sets the value of the OutputGroupSettings property for this object. | 
| 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. | 
copyapply, buildOutputGroup.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 - The new value for the OutputGroupSettings property for this object.default 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)
List avoiding the need to create one manually via
 List.
 When the Consumer completes, List is called immediately and its
 result is passed to #outputs(List.outputs - a consumer that will call methods on List#outputs(ListCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.