Class CfnRouterInput.MergeRouterInputProtocolConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.CfnRouterInput.MergeRouterInputProtocolConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouterInput.MergeRouterInputProtocolConfigurationProperty>
- Enclosing interface:
CfnRouterInput.MergeRouterInputProtocolConfigurationProperty
@Stability(Stable)
public static final class CfnRouterInput.MergeRouterInputProtocolConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouterInput.MergeRouterInputProtocolConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.rist(IResolvable rist) Sets the value ofCfnRouterInput.MergeRouterInputProtocolConfigurationProperty.getRist()Sets the value ofCfnRouterInput.MergeRouterInputProtocolConfigurationProperty.getRist()rtp(IResolvable rtp) Sets the value ofCfnRouterInput.MergeRouterInputProtocolConfigurationProperty.getRtp()Sets the value ofCfnRouterInput.MergeRouterInputProtocolConfigurationProperty.getRtp()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
rist
@Stability(Stable) public CfnRouterInput.MergeRouterInputProtocolConfigurationProperty.Builder rist(IResolvable rist) Sets the value ofCfnRouterInput.MergeRouterInputProtocolConfigurationProperty.getRist()- Parameters:
rist- The configuration settings for a router input using the RIST (Reliable Internet Stream Transport) protocol, including the port and recovery latency.- Returns:
this
-
rist
@Stability(Stable) public CfnRouterInput.MergeRouterInputProtocolConfigurationProperty.Builder rist(CfnRouterInput.RistRouterInputConfigurationProperty rist) Sets the value ofCfnRouterInput.MergeRouterInputProtocolConfigurationProperty.getRist()- Parameters:
rist- The configuration settings for a router input using the RIST (Reliable Internet Stream Transport) protocol, including the port and recovery latency.- Returns:
this
-
rtp
@Stability(Stable) public CfnRouterInput.MergeRouterInputProtocolConfigurationProperty.Builder rtp(IResolvable rtp) Sets the value ofCfnRouterInput.MergeRouterInputProtocolConfigurationProperty.getRtp()- Parameters:
rtp- The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.- Returns:
this
-
rtp
@Stability(Stable) public CfnRouterInput.MergeRouterInputProtocolConfigurationProperty.Builder rtp(CfnRouterInput.RtpRouterInputConfigurationProperty rtp) Sets the value ofCfnRouterInput.MergeRouterInputProtocolConfigurationProperty.getRtp()- Parameters:
rtp- The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRouterInput.MergeRouterInputProtocolConfigurationProperty>- Returns:
- a new instance of
CfnRouterInput.MergeRouterInputProtocolConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-