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