Class CfnRouterInput.FailoverRouterInputProtocolConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.CfnRouterInput.FailoverRouterInputProtocolConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouterInput.FailoverRouterInputProtocolConfigurationProperty>
- Enclosing interface:
CfnRouterInput.FailoverRouterInputProtocolConfigurationProperty
@Stability(Stable)
public static final class CfnRouterInput.FailoverRouterInputProtocolConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouterInput.FailoverRouterInputProtocolConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.rist(IResolvable rist) rtp(IResolvable rtp) Sets the value ofCfnRouterInput.FailoverRouterInputProtocolConfigurationProperty.getRtp()Sets the value ofCfnRouterInput.FailoverRouterInputProtocolConfigurationProperty.getRtp()srtCaller(IResolvable srtCaller) srtListener(IResolvable srtListener)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
rist
@Stability(Stable) public CfnRouterInput.FailoverRouterInputProtocolConfigurationProperty.Builder rist(IResolvable rist) - 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.FailoverRouterInputProtocolConfigurationProperty.Builder rist(CfnRouterInput.RistRouterInputConfigurationProperty rist) - 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.FailoverRouterInputProtocolConfigurationProperty.Builder rtp(IResolvable rtp) Sets the value ofCfnRouterInput.FailoverRouterInputProtocolConfigurationProperty.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.FailoverRouterInputProtocolConfigurationProperty.Builder rtp(CfnRouterInput.RtpRouterInputConfigurationProperty rtp) Sets the value ofCfnRouterInput.FailoverRouterInputProtocolConfigurationProperty.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
-
srtCaller
@Stability(Stable) public CfnRouterInput.FailoverRouterInputProtocolConfigurationProperty.Builder srtCaller(IResolvable srtCaller) - Parameters:
srtCaller- The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in caller mode, including the source address and port, minimum latency, stream ID, and decryption key configuration.- Returns:
this
-
srtCaller
@Stability(Stable) public CfnRouterInput.FailoverRouterInputProtocolConfigurationProperty.Builder srtCaller(CfnRouterInput.SrtCallerRouterInputConfigurationProperty srtCaller) - Parameters:
srtCaller- The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in caller mode, including the source address and port, minimum latency, stream ID, and decryption key configuration.- Returns:
this
-
srtListener
@Stability(Stable) public CfnRouterInput.FailoverRouterInputProtocolConfigurationProperty.Builder srtListener(IResolvable srtListener) - Parameters:
srtListener- The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in listener mode, including the port, minimum latency, and decryption key configuration.- Returns:
this
-
srtListener
@Stability(Stable) public CfnRouterInput.FailoverRouterInputProtocolConfigurationProperty.Builder srtListener(CfnRouterInput.SrtListenerRouterInputConfigurationProperty srtListener) - Parameters:
srtListener- The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in listener mode, including the port, minimum latency, and decryption key configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRouterInput.FailoverRouterInputProtocolConfigurationProperty>- Returns:
- a new instance of
CfnRouterInput.FailoverRouterInputProtocolConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-