Class CfnRouterInput.RouterInputProtocolConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.CfnRouterInput.RouterInputProtocolConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouterInput.RouterInputProtocolConfigurationProperty>
- Enclosing interface:
CfnRouterInput.RouterInputProtocolConfigurationProperty
@Stability(Stable)
public static final class CfnRouterInput.RouterInputProtocolConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouterInput.RouterInputProtocolConfigurationProperty>
A builder for
CfnRouterInput.RouterInputProtocolConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.rist(IResolvable rist) Sets the value ofCfnRouterInput.RouterInputProtocolConfigurationProperty.getRist()Sets the value ofCfnRouterInput.RouterInputProtocolConfigurationProperty.getRist()rtp(IResolvable rtp) Sets the value ofCfnRouterInput.RouterInputProtocolConfigurationProperty.getRtp()Sets the value ofCfnRouterInput.RouterInputProtocolConfigurationProperty.getRtp()srtCaller(IResolvable srtCaller) Sets the value ofCfnRouterInput.RouterInputProtocolConfigurationProperty.getSrtCaller()Sets the value ofCfnRouterInput.RouterInputProtocolConfigurationProperty.getSrtCaller()srtListener(IResolvable srtListener) Sets the value ofCfnRouterInput.RouterInputProtocolConfigurationProperty.getSrtListener()Sets the value ofCfnRouterInput.RouterInputProtocolConfigurationProperty.getSrtListener()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
rist
@Stability(Stable) public CfnRouterInput.RouterInputProtocolConfigurationProperty.Builder rist(IResolvable rist) Sets the value ofCfnRouterInput.RouterInputProtocolConfigurationProperty.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.RouterInputProtocolConfigurationProperty.Builder rist(CfnRouterInput.RistRouterInputConfigurationProperty rist) Sets the value ofCfnRouterInput.RouterInputProtocolConfigurationProperty.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.RouterInputProtocolConfigurationProperty.Builder rtp(IResolvable rtp) Sets the value ofCfnRouterInput.RouterInputProtocolConfigurationProperty.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.RouterInputProtocolConfigurationProperty.Builder rtp(CfnRouterInput.RtpRouterInputConfigurationProperty rtp) Sets the value ofCfnRouterInput.RouterInputProtocolConfigurationProperty.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.RouterInputProtocolConfigurationProperty.Builder srtCaller(IResolvable srtCaller) Sets the value ofCfnRouterInput.RouterInputProtocolConfigurationProperty.getSrtCaller()- 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.RouterInputProtocolConfigurationProperty.Builder srtCaller(CfnRouterInput.SrtCallerRouterInputConfigurationProperty srtCaller) Sets the value ofCfnRouterInput.RouterInputProtocolConfigurationProperty.getSrtCaller()- 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.RouterInputProtocolConfigurationProperty.Builder srtListener(IResolvable srtListener) Sets the value ofCfnRouterInput.RouterInputProtocolConfigurationProperty.getSrtListener()- 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.RouterInputProtocolConfigurationProperty.Builder srtListener(CfnRouterInput.SrtListenerRouterInputConfigurationProperty srtListener) Sets the value ofCfnRouterInput.RouterInputProtocolConfigurationProperty.getSrtListener()- 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.RouterInputProtocolConfigurationProperty>- Returns:
- a new instance of
CfnRouterInput.RouterInputProtocolConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-