public static interface OutputGroupSettings.Builder extends CopyableBuilder<OutputGroupSettings.Builder,OutputGroupSettings>
| Modifier and Type | Method and Description |
|---|---|
OutputGroupSettings.Builder |
archiveGroupSettings(ArchiveGroupSettings archiveGroupSettings)
Sets the value of the ArchiveGroupSettings property for this object.
|
default OutputGroupSettings.Builder |
archiveGroupSettings(Consumer<ArchiveGroupSettings.Builder> archiveGroupSettings)
Sets the value of the ArchiveGroupSettings property for this object.
|
default OutputGroupSettings.Builder |
hlsGroupSettings(Consumer<HlsGroupSettings.Builder> hlsGroupSettings)
Sets the value of the HlsGroupSettings property for this object.
|
OutputGroupSettings.Builder |
hlsGroupSettings(HlsGroupSettings hlsGroupSettings)
Sets the value of the HlsGroupSettings property for this object.
|
default OutputGroupSettings.Builder |
msSmoothGroupSettings(Consumer<MsSmoothGroupSettings.Builder> msSmoothGroupSettings)
Sets the value of the MsSmoothGroupSettings property for this object.
|
OutputGroupSettings.Builder |
msSmoothGroupSettings(MsSmoothGroupSettings msSmoothGroupSettings)
Sets the value of the MsSmoothGroupSettings property for this object.
|
default OutputGroupSettings.Builder |
udpGroupSettings(Consumer<UdpGroupSettings.Builder> udpGroupSettings)
Sets the value of the UdpGroupSettings property for this object.
|
OutputGroupSettings.Builder |
udpGroupSettings(UdpGroupSettings udpGroupSettings)
Sets the value of the UdpGroupSettings property for this object.
|
copyapply, buildOutputGroupSettings.Builder archiveGroupSettings(ArchiveGroupSettings archiveGroupSettings)
archiveGroupSettings - The new value for the ArchiveGroupSettings property for this object.default OutputGroupSettings.Builder archiveGroupSettings(Consumer<ArchiveGroupSettings.Builder> archiveGroupSettings)
ArchiveGroupSettings.Builder avoiding the need
to create one manually via ArchiveGroupSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to archiveGroupSettings(ArchiveGroupSettings).archiveGroupSettings - a consumer that will call methods on ArchiveGroupSettings.BuilderarchiveGroupSettings(ArchiveGroupSettings)OutputGroupSettings.Builder hlsGroupSettings(HlsGroupSettings hlsGroupSettings)
hlsGroupSettings - The new value for the HlsGroupSettings property for this object.default OutputGroupSettings.Builder hlsGroupSettings(Consumer<HlsGroupSettings.Builder> hlsGroupSettings)
HlsGroupSettings.Builder avoiding the need to
create one manually via HlsGroupSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to hlsGroupSettings(HlsGroupSettings).hlsGroupSettings - a consumer that will call methods on HlsGroupSettings.BuilderhlsGroupSettings(HlsGroupSettings)OutputGroupSettings.Builder msSmoothGroupSettings(MsSmoothGroupSettings msSmoothGroupSettings)
msSmoothGroupSettings - The new value for the MsSmoothGroupSettings property for this object.default OutputGroupSettings.Builder msSmoothGroupSettings(Consumer<MsSmoothGroupSettings.Builder> msSmoothGroupSettings)
MsSmoothGroupSettings.Builder avoiding the need
to create one manually via MsSmoothGroupSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to msSmoothGroupSettings(MsSmoothGroupSettings).msSmoothGroupSettings - a consumer that will call methods on MsSmoothGroupSettings.BuildermsSmoothGroupSettings(MsSmoothGroupSettings)OutputGroupSettings.Builder udpGroupSettings(UdpGroupSettings udpGroupSettings)
udpGroupSettings - The new value for the UdpGroupSettings property for this object.default OutputGroupSettings.Builder udpGroupSettings(Consumer<UdpGroupSettings.Builder> udpGroupSettings)
UdpGroupSettings.Builder avoiding the need to
create one manually via UdpGroupSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to udpGroupSettings(UdpGroupSettings).udpGroupSettings - a consumer that will call methods on UdpGroupSettings.BuilderudpGroupSettings(UdpGroupSettings)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.