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