Class CfnRouterOutput.SrtCallerRouterOutputConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.CfnRouterOutput.SrtCallerRouterOutputConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouterOutput.SrtCallerRouterOutputConfigurationProperty>
- Enclosing interface:
CfnRouterOutput.SrtCallerRouterOutputConfigurationProperty
@Stability(Stable)
public static final class CfnRouterOutput.SrtCallerRouterOutputConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouterOutput.SrtCallerRouterOutputConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.destinationAddress(String destinationAddress) destinationPort(Number destinationPort) encryptionConfiguration(IResolvable encryptionConfiguration) encryptionConfiguration(CfnRouterOutput.SrtEncryptionConfigurationProperty encryptionConfiguration) minimumLatencyMilliseconds(Number minimumLatencyMilliseconds) Sets the value ofCfnRouterOutput.SrtCallerRouterOutputConfigurationProperty.getStreamId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destinationAddress
@Stability(Stable) public CfnRouterOutput.SrtCallerRouterOutputConfigurationProperty.Builder destinationAddress(String destinationAddress) Sets the value ofCfnRouterOutput.SrtCallerRouterOutputConfigurationProperty.getDestinationAddress()- Parameters:
destinationAddress- The destination IP address for the SRT protocol in caller mode. This parameter is required.- Returns:
this
-
destinationPort
@Stability(Stable) public CfnRouterOutput.SrtCallerRouterOutputConfigurationProperty.Builder destinationPort(Number destinationPort) - Parameters:
destinationPort- The destination port number for the SRT protocol in caller mode. This parameter is required.- Returns:
this
-
minimumLatencyMilliseconds
@Stability(Stable) public CfnRouterOutput.SrtCallerRouterOutputConfigurationProperty.Builder minimumLatencyMilliseconds(Number minimumLatencyMilliseconds) Sets the value ofCfnRouterOutput.SrtCallerRouterOutputConfigurationProperty.getMinimumLatencyMilliseconds()- Parameters:
minimumLatencyMilliseconds- The minimum latency in milliseconds for the SRT protocol in caller mode. This parameter is required.- Returns:
this
-
encryptionConfiguration
@Stability(Stable) public CfnRouterOutput.SrtCallerRouterOutputConfigurationProperty.Builder encryptionConfiguration(IResolvable encryptionConfiguration) Sets the value ofCfnRouterOutput.SrtCallerRouterOutputConfigurationProperty.getEncryptionConfiguration()- Parameters:
encryptionConfiguration- Contains the configuration settings for encrypting SRT streams, including the encryption key details and encryption parameters.- Returns:
this
-
encryptionConfiguration
@Stability(Stable) public CfnRouterOutput.SrtCallerRouterOutputConfigurationProperty.Builder encryptionConfiguration(CfnRouterOutput.SrtEncryptionConfigurationProperty encryptionConfiguration) Sets the value ofCfnRouterOutput.SrtCallerRouterOutputConfigurationProperty.getEncryptionConfiguration()- Parameters:
encryptionConfiguration- Contains the configuration settings for encrypting SRT streams, including the encryption key details and encryption parameters.- Returns:
this
-
streamId
@Stability(Stable) public CfnRouterOutput.SrtCallerRouterOutputConfigurationProperty.Builder streamId(String streamId) Sets the value ofCfnRouterOutput.SrtCallerRouterOutputConfigurationProperty.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<CfnRouterOutput.SrtCallerRouterOutputConfigurationProperty>- Returns:
- a new instance of
CfnRouterOutput.SrtCallerRouterOutputConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-