public static interface Output.Builder extends SdkPojo, CopyableBuilder<Output.Builder,Output>
Modifier and Type | Method and Description |
---|---|
Output.Builder |
audioDescriptionNames(Collection<String> audioDescriptionNames)
The names of the AudioDescriptions used as audio sources for this output.
|
Output.Builder |
audioDescriptionNames(String... audioDescriptionNames)
The names of the AudioDescriptions used as audio sources for this output.
|
Output.Builder |
captionDescriptionNames(Collection<String> captionDescriptionNames)
The names of the CaptionDescriptions used as caption sources for this output.
|
Output.Builder |
captionDescriptionNames(String... captionDescriptionNames)
The names of the CaptionDescriptions used as caption sources for this output.
|
Output.Builder |
outputName(String outputName)
The name used to identify an output.
|
default Output.Builder |
outputSettings(Consumer<OutputSettings.Builder> outputSettings)
Output type-specific settings.
|
Output.Builder |
outputSettings(OutputSettings outputSettings)
Output type-specific settings.
|
Output.Builder |
videoDescriptionName(String videoDescriptionName)
The name of the VideoDescription used as the source for this output.
|
copy
applyMutation, build
Output.Builder audioDescriptionNames(Collection<String> audioDescriptionNames)
audioDescriptionNames
- The names of the AudioDescriptions used as audio sources for this output.Output.Builder audioDescriptionNames(String... audioDescriptionNames)
audioDescriptionNames
- The names of the AudioDescriptions used as audio sources for this output.Output.Builder captionDescriptionNames(Collection<String> captionDescriptionNames)
captionDescriptionNames
- The names of the CaptionDescriptions used as caption sources for this output.Output.Builder captionDescriptionNames(String... captionDescriptionNames)
captionDescriptionNames
- The names of the CaptionDescriptions used as caption sources for this output.Output.Builder outputName(String outputName)
outputName
- The name used to identify an output.Output.Builder outputSettings(OutputSettings outputSettings)
outputSettings
- Output type-specific settings.default Output.Builder outputSettings(Consumer<OutputSettings.Builder> outputSettings)
OutputSettings.Builder
avoiding the need to create one manually via OutputSettings.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to outputSettings(OutputSettings)
.outputSettings
- a consumer that will call methods on OutputSettings.Builder
outputSettings(OutputSettings)
Output.Builder videoDescriptionName(String videoDescriptionName)
videoDescriptionName
- The name of the VideoDescription used as the source for this output.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.