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