Class CfnInput.Smpte2110ReceiverGroupSdpSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnInput.Smpte2110ReceiverGroupSdpSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInput.Smpte2110ReceiverGroupSdpSettingsProperty>
- Enclosing interface:
CfnInput.Smpte2110ReceiverGroupSdpSettingsProperty
@Stability(Stable)
public static final class CfnInput.Smpte2110ReceiverGroupSdpSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInput.Smpte2110ReceiverGroupSdpSettingsProperty>
A builder for
CfnInput.Smpte2110ReceiverGroupSdpSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionancillarySdps(List<? extends Object> ancillarySdps) Sets the value ofCfnInput.Smpte2110ReceiverGroupSdpSettingsProperty.getAncillarySdps()ancillarySdps(IResolvable ancillarySdps) Sets the value ofCfnInput.Smpte2110ReceiverGroupSdpSettingsProperty.getAncillarySdps()Sets the value ofCfnInput.Smpte2110ReceiverGroupSdpSettingsProperty.getAudioSdps()audioSdps(IResolvable audioSdps) Sets the value ofCfnInput.Smpte2110ReceiverGroupSdpSettingsProperty.getAudioSdps()build()Builds the configured instance.videoSdp(IResolvable videoSdp) Sets the value ofCfnInput.Smpte2110ReceiverGroupSdpSettingsProperty.getVideoSdp()videoSdp(CfnInput.InputSdpLocationProperty videoSdp) Sets the value ofCfnInput.Smpte2110ReceiverGroupSdpSettingsProperty.getVideoSdp()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ancillarySdps
@Stability(Stable) public CfnInput.Smpte2110ReceiverGroupSdpSettingsProperty.Builder ancillarySdps(IResolvable ancillarySdps) Sets the value ofCfnInput.Smpte2110ReceiverGroupSdpSettingsProperty.getAncillarySdps()- Parameters:
ancillarySdps- the value to be set.- Returns:
this
-
ancillarySdps
@Stability(Stable) public CfnInput.Smpte2110ReceiverGroupSdpSettingsProperty.Builder ancillarySdps(List<? extends Object> ancillarySdps) Sets the value ofCfnInput.Smpte2110ReceiverGroupSdpSettingsProperty.getAncillarySdps()- Parameters:
ancillarySdps- the value to be set.- Returns:
this
-
audioSdps
@Stability(Stable) public CfnInput.Smpte2110ReceiverGroupSdpSettingsProperty.Builder audioSdps(IResolvable audioSdps) Sets the value ofCfnInput.Smpte2110ReceiverGroupSdpSettingsProperty.getAudioSdps()- Parameters:
audioSdps- the value to be set.- Returns:
this
-
audioSdps
@Stability(Stable) public CfnInput.Smpte2110ReceiverGroupSdpSettingsProperty.Builder audioSdps(List<? extends Object> audioSdps) Sets the value ofCfnInput.Smpte2110ReceiverGroupSdpSettingsProperty.getAudioSdps()- Parameters:
audioSdps- the value to be set.- Returns:
this
-
videoSdp
@Stability(Stable) public CfnInput.Smpte2110ReceiverGroupSdpSettingsProperty.Builder videoSdp(IResolvable videoSdp) Sets the value ofCfnInput.Smpte2110ReceiverGroupSdpSettingsProperty.getVideoSdp()- Parameters:
videoSdp- the value to be set.- Returns:
this
-
videoSdp
@Stability(Stable) public CfnInput.Smpte2110ReceiverGroupSdpSettingsProperty.Builder videoSdp(CfnInput.InputSdpLocationProperty videoSdp) Sets the value ofCfnInput.Smpte2110ReceiverGroupSdpSettingsProperty.getVideoSdp()- Parameters:
videoSdp- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnInput.Smpte2110ReceiverGroupSdpSettingsProperty>- Returns:
- a new instance of
CfnInput.Smpte2110ReceiverGroupSdpSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-