Interface Transport.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Transport.Builder,
,Transport> SdkBuilder<Transport.Builder,
,Transport> SdkPojo
- Enclosing class:
Transport
-
Method Summary
Modifier and TypeMethodDescriptioncidrAllowList
(String... cidrAllowList) The range of IP addresses that should be allowed to initiate output requests to this flow.cidrAllowList
(Collection<String> cidrAllowList) The range of IP addresses that should be allowed to initiate output requests to this flow.maxBitrate
(Integer maxBitrate) The smoothing max bitrate (in bps) for RIST, RTP, and RTP-FEC streams.maxLatency
(Integer maxLatency) The maximum latency in milliseconds.maxSyncBuffer
(Integer maxSyncBuffer) The size of the buffer (in milliseconds) to use to sync incoming source data.minLatency
(Integer minLatency) The minimum latency in milliseconds for SRT-based streams.ndiProgramName
(String ndiProgramName) A suffix for the names of the NDI sources that the flow creates.ndiSpeedHqQuality
(Integer ndiSpeedHqQuality) A quality setting for the NDI Speed HQ encoder.The protocol that is used by the source or output.The protocol that is used by the source or output.The remote ID for the Zixi-pull stream.senderControlPort
(Integer senderControlPort) The port that the flow uses to send outbound requests to initiate connection with the sender.senderIpAddress
(String senderIpAddress) The IP address that the flow communicates with to initiate connection with the sender.smoothingLatency
(Integer smoothingLatency) The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.sourceListenerAddress
(String sourceListenerAddress) Source IP or domain name for SRT-caller protocol.sourceListenerPort
(Integer sourceListenerPort) Source port for SRT-caller protocol.The stream ID that you want to use for this transport.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
cidrAllowList
The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16
- Parameters:
cidrAllowList
- The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cidrAllowList
The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16
- Parameters:
cidrAllowList
- The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxBitrate
The smoothing max bitrate (in bps) for RIST, RTP, and RTP-FEC streams.
- Parameters:
maxBitrate
- The smoothing max bitrate (in bps) for RIST, RTP, and RTP-FEC streams.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxLatency
The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
- Parameters:
maxLatency
- The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxSyncBuffer
The size of the buffer (in milliseconds) to use to sync incoming source data.
- Parameters:
maxSyncBuffer
- The size of the buffer (in milliseconds) to use to sync incoming source data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minLatency
The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender’s minimum latency and the receiver’s minimum latency.
- Parameters:
minLatency
- The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender’s minimum latency and the receiver’s minimum latency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocol
The protocol that is used by the source or output.
Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
- Parameters:
protocol
- The protocol that is used by the source or output.Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
protocol
The protocol that is used by the source or output.
Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
- Parameters:
protocol
- The protocol that is used by the source or output.Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
remoteId
The remote ID for the Zixi-pull stream.
- Parameters:
remoteId
- The remote ID for the Zixi-pull stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
senderControlPort
The port that the flow uses to send outbound requests to initiate connection with the sender.
- Parameters:
senderControlPort
- The port that the flow uses to send outbound requests to initiate connection with the sender.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
senderIpAddress
The IP address that the flow communicates with to initiate connection with the sender.
- Parameters:
senderIpAddress
- The IP address that the flow communicates with to initiate connection with the sender.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
smoothingLatency
The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.
- Parameters:
smoothingLatency
- The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceListenerAddress
Source IP or domain name for SRT-caller protocol.
- Parameters:
sourceListenerAddress
- Source IP or domain name for SRT-caller protocol.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceListenerPort
Source port for SRT-caller protocol.
- Parameters:
sourceListenerPort
- Source port for SRT-caller protocol.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamId
The stream ID that you want to use for this transport. This parameter applies only to Zixi and SRT caller-based streams.
- Parameters:
streamId
- The stream ID that you want to use for this transport. This parameter applies only to Zixi and SRT caller-based streams.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ndiSpeedHqQuality
A quality setting for the NDI Speed HQ encoder.
- Parameters:
ndiSpeedHqQuality
- A quality setting for the NDI Speed HQ encoder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ndiProgramName
A suffix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect uses the output name.
- Parameters:
ndiProgramName
- A suffix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect uses the output name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-