public static interface OutputSettings.Builder extends CopyableBuilder<OutputSettings.Builder,OutputSettings>
| Modifier and Type | Method and Description |
|---|---|
OutputSettings.Builder |
archiveOutputSettings(ArchiveOutputSettings archiveOutputSettings)
Sets the value of the ArchiveOutputSettings property for this object.
|
default OutputSettings.Builder |
archiveOutputSettings(Consumer<ArchiveOutputSettings.Builder> archiveOutputSettings)
Sets the value of the ArchiveOutputSettings property for this object.
|
default OutputSettings.Builder |
hlsOutputSettings(Consumer<HlsOutputSettings.Builder> hlsOutputSettings)
Sets the value of the HlsOutputSettings property for this object.
|
OutputSettings.Builder |
hlsOutputSettings(HlsOutputSettings hlsOutputSettings)
Sets the value of the HlsOutputSettings property for this object.
|
default OutputSettings.Builder |
msSmoothOutputSettings(Consumer<MsSmoothOutputSettings.Builder> msSmoothOutputSettings)
Sets the value of the MsSmoothOutputSettings property for this object.
|
OutputSettings.Builder |
msSmoothOutputSettings(MsSmoothOutputSettings msSmoothOutputSettings)
Sets the value of the MsSmoothOutputSettings property for this object.
|
default OutputSettings.Builder |
udpOutputSettings(Consumer<UdpOutputSettings.Builder> udpOutputSettings)
Sets the value of the UdpOutputSettings property for this object.
|
OutputSettings.Builder |
udpOutputSettings(UdpOutputSettings udpOutputSettings)
Sets the value of the UdpOutputSettings property for this object.
|
copyapply, buildOutputSettings.Builder archiveOutputSettings(ArchiveOutputSettings archiveOutputSettings)
archiveOutputSettings - The new value for the ArchiveOutputSettings property for this object.default OutputSettings.Builder archiveOutputSettings(Consumer<ArchiveOutputSettings.Builder> archiveOutputSettings)
ArchiveOutputSettings.Builder avoiding the need
to create one manually via ArchiveOutputSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to archiveOutputSettings(ArchiveOutputSettings).archiveOutputSettings - a consumer that will call methods on ArchiveOutputSettings.BuilderarchiveOutputSettings(ArchiveOutputSettings)OutputSettings.Builder hlsOutputSettings(HlsOutputSettings hlsOutputSettings)
hlsOutputSettings - The new value for the HlsOutputSettings property for this object.default OutputSettings.Builder hlsOutputSettings(Consumer<HlsOutputSettings.Builder> hlsOutputSettings)
HlsOutputSettings.Builder avoiding the need to
create one manually via HlsOutputSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to hlsOutputSettings(HlsOutputSettings).hlsOutputSettings - a consumer that will call methods on HlsOutputSettings.BuilderhlsOutputSettings(HlsOutputSettings)OutputSettings.Builder msSmoothOutputSettings(MsSmoothOutputSettings msSmoothOutputSettings)
msSmoothOutputSettings - The new value for the MsSmoothOutputSettings property for this object.default OutputSettings.Builder msSmoothOutputSettings(Consumer<MsSmoothOutputSettings.Builder> msSmoothOutputSettings)
MsSmoothOutputSettings.Builder avoiding the
need to create one manually via MsSmoothOutputSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to msSmoothOutputSettings(MsSmoothOutputSettings).msSmoothOutputSettings - a consumer that will call methods on MsSmoothOutputSettings.BuildermsSmoothOutputSettings(MsSmoothOutputSettings)OutputSettings.Builder udpOutputSettings(UdpOutputSettings udpOutputSettings)
udpOutputSettings - The new value for the UdpOutputSettings property for this object.default OutputSettings.Builder udpOutputSettings(Consumer<UdpOutputSettings.Builder> udpOutputSettings)
UdpOutputSettings.Builder avoiding the need to
create one manually via UdpOutputSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to udpOutputSettings(UdpOutputSettings).udpOutputSettings - a consumer that will call methods on UdpOutputSettings.BuilderudpOutputSettings(UdpOutputSettings)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.