public static interface ContainerSettings.Builder extends CopyableBuilder<ContainerSettings.Builder,ContainerSettings>
| Modifier and Type | Method and Description |
|---|---|
ContainerSettings.Builder |
container(ContainerType container)
Sets the value of the Container property for this object.
|
ContainerSettings.Builder |
container(String container)
Sets the value of the Container property for this object.
|
default ContainerSettings.Builder |
f4vSettings(Consumer<F4vSettings.Builder> f4vSettings)
Sets the value of the F4vSettings property for this object.
|
ContainerSettings.Builder |
f4vSettings(F4vSettings f4vSettings)
Sets the value of the F4vSettings property for this object.
|
default ContainerSettings.Builder |
m2tsSettings(Consumer<M2tsSettings.Builder> m2tsSettings)
Sets the value of the M2tsSettings property for this object.
|
ContainerSettings.Builder |
m2tsSettings(M2tsSettings m2tsSettings)
Sets the value of the M2tsSettings property for this object.
|
default ContainerSettings.Builder |
m3u8Settings(Consumer<M3u8Settings.Builder> m3u8Settings)
Sets the value of the M3u8Settings property for this object.
|
ContainerSettings.Builder |
m3u8Settings(M3u8Settings m3u8Settings)
Sets the value of the M3u8Settings property for this object.
|
default ContainerSettings.Builder |
movSettings(Consumer<MovSettings.Builder> movSettings)
Sets the value of the MovSettings property for this object.
|
ContainerSettings.Builder |
movSettings(MovSettings movSettings)
Sets the value of the MovSettings property for this object.
|
default ContainerSettings.Builder |
mp4Settings(Consumer<Mp4Settings.Builder> mp4Settings)
Sets the value of the Mp4Settings property for this object.
|
ContainerSettings.Builder |
mp4Settings(Mp4Settings mp4Settings)
Sets the value of the Mp4Settings property for this object.
|
copyapply, buildContainerSettings.Builder container(String container)
container - The new value for the Container property for this object.ContainerType,
ContainerTypeContainerSettings.Builder container(ContainerType container)
container - The new value for the Container property for this object.ContainerType,
ContainerTypeContainerSettings.Builder f4vSettings(F4vSettings f4vSettings)
f4vSettings - The new value for the F4vSettings property for this object.default ContainerSettings.Builder f4vSettings(Consumer<F4vSettings.Builder> f4vSettings)
F4vSettings.Builder avoiding the need to create
one manually via F4vSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to f4vSettings(F4vSettings).f4vSettings - a consumer that will call methods on F4vSettings.Builderf4vSettings(F4vSettings)ContainerSettings.Builder m2tsSettings(M2tsSettings m2tsSettings)
m2tsSettings - The new value for the M2tsSettings property for this object.default ContainerSettings.Builder m2tsSettings(Consumer<M2tsSettings.Builder> m2tsSettings)
M2tsSettings.Builder avoiding the need to
create one manually via M2tsSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to m2tsSettings(M2tsSettings).m2tsSettings - a consumer that will call methods on M2tsSettings.Builderm2tsSettings(M2tsSettings)ContainerSettings.Builder m3u8Settings(M3u8Settings m3u8Settings)
m3u8Settings - The new value for the M3u8Settings property for this object.default ContainerSettings.Builder m3u8Settings(Consumer<M3u8Settings.Builder> m3u8Settings)
M3u8Settings.Builder avoiding the need to
create one manually via M3u8Settings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to m3u8Settings(M3u8Settings).m3u8Settings - a consumer that will call methods on M3u8Settings.Builderm3u8Settings(M3u8Settings)ContainerSettings.Builder movSettings(MovSettings movSettings)
movSettings - The new value for the MovSettings property for this object.default ContainerSettings.Builder movSettings(Consumer<MovSettings.Builder> movSettings)
MovSettings.Builder avoiding the need to create
one manually via MovSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to movSettings(MovSettings).movSettings - a consumer that will call methods on MovSettings.BuildermovSettings(MovSettings)ContainerSettings.Builder mp4Settings(Mp4Settings mp4Settings)
mp4Settings - The new value for the Mp4Settings property for this object.default ContainerSettings.Builder mp4Settings(Consumer<Mp4Settings.Builder> mp4Settings)
Mp4Settings.Builder avoiding the need to create
one manually via Mp4Settings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to mp4Settings(Mp4Settings).mp4Settings - a consumer that will call methods on Mp4Settings.Buildermp4Settings(Mp4Settings)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.