public static interface UdpContainerSettings.Builder extends CopyableBuilder<UdpContainerSettings.Builder,UdpContainerSettings>
| Modifier and Type | Method and Description |
|---|---|
default UdpContainerSettings.Builder |
m2tsSettings(Consumer<M2tsSettings.Builder> m2tsSettings)
Sets the value of the M2tsSettings property for this object.
|
UdpContainerSettings.Builder |
m2tsSettings(M2tsSettings m2tsSettings)
Sets the value of the M2tsSettings property for this object.
|
copyapply, buildUdpContainerSettings.Builder m2tsSettings(M2tsSettings m2tsSettings)
m2tsSettings - The new value for the M2tsSettings property for this object.default UdpContainerSettings.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)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.