Interface UdpContainerSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UdpContainerSettings.Builder,UdpContainerSettings>,SdkBuilder<UdpContainerSettings.Builder,UdpContainerSettings>,SdkPojo
- Enclosing class:
- UdpContainerSettings
public static interface UdpContainerSettings.Builder extends SdkPojo, CopyableBuilder<UdpContainerSettings.Builder,UdpContainerSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UdpContainerSettings.Builderm2tsSettings(Consumer<M2tsSettings.Builder> m2tsSettings)Sets the value of the M2tsSettings property for this object.UdpContainerSettings.Builderm2tsSettings(M2tsSettings m2tsSettings)Sets the value of the M2tsSettings property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
m2tsSettings
UdpContainerSettings.Builder m2tsSettings(M2tsSettings m2tsSettings)
Sets the value of the M2tsSettings property for this object.- Parameters:
m2tsSettings- The new value for the M2tsSettings property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
m2tsSettings
default UdpContainerSettings.Builder m2tsSettings(Consumer<M2tsSettings.Builder> m2tsSettings)
Sets the value of the M2tsSettings property for this object. This is a convenience method that creates an instance of theM2tsSettings.Builderavoiding the need to create one manually viaM2tsSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tom2tsSettings(M2tsSettings).- Parameters:
m2tsSettings- a consumer that will call methods onM2tsSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
m2tsSettings(M2tsSettings)
-
-