Interface Output.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Output.Builder,,- Output> - SdkBuilder<Output.Builder,,- Output> - SdkPojo
- Enclosing class:
- Output
@Mutable
@NotThreadSafe
public static interface Output.Builder
extends SdkPojo, CopyableBuilder<Output.Builder,Output> 
- 
Method SummaryModifier and TypeMethodDescriptionaudioDescriptionNames(String... audioDescriptionNames) The names of the AudioDescriptions used as audio sources for this output.audioDescriptionNames(Collection<String> audioDescriptionNames) The names of the AudioDescriptions used as audio sources for this output.captionDescriptionNames(String... captionDescriptionNames) The names of the CaptionDescriptions used as caption sources for this output.captionDescriptionNames(Collection<String> captionDescriptionNames) The names of the CaptionDescriptions used as caption sources for this output.outputName(String outputName) The name used to identify an output.default Output.BuilderoutputSettings(Consumer<OutputSettings.Builder> outputSettings) Output type-specific settings.outputSettings(OutputSettings outputSettings) Output type-specific settings.videoDescriptionName(String videoDescriptionName) The name of the VideoDescription used as the source for this output.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
audioDescriptionNamesThe names of the AudioDescriptions used as audio sources for this output.- Parameters:
- audioDescriptionNames- The names of the AudioDescriptions used as audio sources for this output.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
audioDescriptionNamesThe names of the AudioDescriptions used as audio sources for this output.- Parameters:
- audioDescriptionNames- The names of the AudioDescriptions used as audio sources for this output.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
captionDescriptionNamesThe names of the CaptionDescriptions used as caption sources for this output.- Parameters:
- captionDescriptionNames- The names of the CaptionDescriptions used as caption sources for this output.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
captionDescriptionNamesThe names of the CaptionDescriptions used as caption sources for this output.- Parameters:
- captionDescriptionNames- The names of the CaptionDescriptions used as caption sources for this output.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
outputNameThe name used to identify an output.- Parameters:
- outputName- The name used to identify an output.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
outputSettingsOutput type-specific settings.- Parameters:
- outputSettings- Output type-specific settings.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
outputSettingsOutput type-specific settings. This is a convenience method that creates an instance of theOutputSettings.Builderavoiding the need to create one manually viaOutputSettings.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutputSettings(OutputSettings).- Parameters:
- outputSettings- a consumer that will call methods on- OutputSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
videoDescriptionNameThe name of the VideoDescription used as the source for this output.- Parameters:
- videoDescriptionName- The name of the VideoDescription used as the source for this output.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-