Class CfnRouterInput.SrtCallerRouterInputConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.CfnRouterInput.SrtCallerRouterInputConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouterInput.SrtCallerRouterInputConfigurationProperty>
- Enclosing interface:
CfnRouterInput.SrtCallerRouterInputConfigurationProperty
@Stability(Stable)
public static final class CfnRouterInput.SrtCallerRouterInputConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouterInput.SrtCallerRouterInputConfigurationProperty>
A builder for
CfnRouterInput.SrtCallerRouterInputConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.decryptionConfiguration(IResolvable decryptionConfiguration) decryptionConfiguration(CfnRouterInput.SrtDecryptionConfigurationProperty decryptionConfiguration) minimumLatencyMilliseconds(Number minimumLatencyMilliseconds) sourceAddress(String sourceAddress) sourcePort(Number sourcePort) Sets the value ofCfnRouterInput.SrtCallerRouterInputConfigurationProperty.getSourcePort()Sets the value ofCfnRouterInput.SrtCallerRouterInputConfigurationProperty.getStreamId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
minimumLatencyMilliseconds
@Stability(Stable) public CfnRouterInput.SrtCallerRouterInputConfigurationProperty.Builder minimumLatencyMilliseconds(Number minimumLatencyMilliseconds) Sets the value ofCfnRouterInput.SrtCallerRouterInputConfigurationProperty.getMinimumLatencyMilliseconds()- Parameters:
minimumLatencyMilliseconds- The minimum latency in milliseconds for the SRT protocol in caller mode. This parameter is required.- Returns:
this
-
sourceAddress
@Stability(Stable) public CfnRouterInput.SrtCallerRouterInputConfigurationProperty.Builder sourceAddress(String sourceAddress) - Parameters:
sourceAddress- The source IP address for the SRT protocol in caller mode. This parameter is required.- Returns:
this
-
sourcePort
@Stability(Stable) public CfnRouterInput.SrtCallerRouterInputConfigurationProperty.Builder sourcePort(Number sourcePort) Sets the value ofCfnRouterInput.SrtCallerRouterInputConfigurationProperty.getSourcePort()- Parameters:
sourcePort- The source port number for the SRT protocol in caller mode. This parameter is required.- Returns:
this
-
decryptionConfiguration
@Stability(Stable) public CfnRouterInput.SrtCallerRouterInputConfigurationProperty.Builder decryptionConfiguration(IResolvable decryptionConfiguration) Sets the value ofCfnRouterInput.SrtCallerRouterInputConfigurationProperty.getDecryptionConfiguration()- Parameters:
decryptionConfiguration- Contains the configuration settings for decrypting SRT streams, including the encryption key details and decryption parameters.- Returns:
this
-
decryptionConfiguration
@Stability(Stable) public CfnRouterInput.SrtCallerRouterInputConfigurationProperty.Builder decryptionConfiguration(CfnRouterInput.SrtDecryptionConfigurationProperty decryptionConfiguration) Sets the value ofCfnRouterInput.SrtCallerRouterInputConfigurationProperty.getDecryptionConfiguration()- Parameters:
decryptionConfiguration- Contains the configuration settings for decrypting SRT streams, including the encryption key details and decryption parameters.- Returns:
this
-
streamId
@Stability(Stable) public CfnRouterInput.SrtCallerRouterInputConfigurationProperty.Builder streamId(String streamId) Sets the value ofCfnRouterInput.SrtCallerRouterInputConfigurationProperty.getStreamId()- Parameters:
streamId- The stream ID for the SRT protocol in caller mode.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRouterInput.SrtCallerRouterInputConfigurationProperty>- Returns:
- a new instance of
CfnRouterInput.SrtCallerRouterInputConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-