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