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