Interface Smpte2110ReceiverGroup.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Smpte2110ReceiverGroup.Builder,
,Smpte2110ReceiverGroup> SdkBuilder<Smpte2110ReceiverGroup.Builder,
,Smpte2110ReceiverGroup> SdkPojo
- Enclosing class:
Smpte2110ReceiverGroup
@Mutable
@NotThreadSafe
public static interface Smpte2110ReceiverGroup.Builder
extends SdkPojo, CopyableBuilder<Smpte2110ReceiverGroup.Builder,Smpte2110ReceiverGroup>
-
Method Summary
Modifier and TypeMethodDescriptiondefault Smpte2110ReceiverGroup.Builder
sdpSettings
(Consumer<Smpte2110ReceiverGroupSdpSettings.Builder> sdpSettings) The single Smpte2110ReceiverGroupSdpSettings that identify the video, audio, and ancillary streams for this receiver group.sdpSettings
(Smpte2110ReceiverGroupSdpSettings sdpSettings) The single Smpte2110ReceiverGroupSdpSettings that identify the video, audio, and ancillary streams for this receiver group.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, sdkFieldNameToField, sdkFields
-
Method Details
-
sdpSettings
The single Smpte2110ReceiverGroupSdpSettings that identify the video, audio, and ancillary streams for this receiver group.- Parameters:
sdpSettings
- The single Smpte2110ReceiverGroupSdpSettings that identify the video, audio, and ancillary streams for this receiver group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sdpSettings
default Smpte2110ReceiverGroup.Builder sdpSettings(Consumer<Smpte2110ReceiverGroupSdpSettings.Builder> sdpSettings) The single Smpte2110ReceiverGroupSdpSettings that identify the video, audio, and ancillary streams for this receiver group. This is a convenience method that creates an instance of theSmpte2110ReceiverGroupSdpSettings.Builder
avoiding the need to create one manually viaSmpte2110ReceiverGroupSdpSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosdpSettings(Smpte2110ReceiverGroupSdpSettings)
.- Parameters:
sdpSettings
- a consumer that will call methods onSmpte2110ReceiverGroupSdpSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-