Interface RtpRouterInputConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RtpRouterInputConfiguration.Builder,,RtpRouterInputConfiguration> SdkBuilder<RtpRouterInputConfiguration.Builder,,RtpRouterInputConfiguration> SdkPojo
- Enclosing class:
RtpRouterInputConfiguration
@Mutable
@NotThreadSafe
public static interface RtpRouterInputConfiguration.Builder
extends SdkPojo, CopyableBuilder<RtpRouterInputConfiguration.Builder,RtpRouterInputConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionforwardErrorCorrection(String forwardErrorCorrection) The state of forward error correction for the RTP protocol in the router input configuration.forwardErrorCorrection(ForwardErrorCorrectionState forwardErrorCorrection) The state of forward error correction for the RTP protocol in the router input configuration.The port number used for the RTP protocol in the router input configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
port
The port number used for the RTP protocol in the router input configuration.
- Parameters:
port- The port number used for the RTP protocol in the router input configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
forwardErrorCorrection
The state of forward error correction for the RTP protocol in the router input configuration.
- Parameters:
forwardErrorCorrection- The state of forward error correction for the RTP protocol in the router input configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
forwardErrorCorrection
RtpRouterInputConfiguration.Builder forwardErrorCorrection(ForwardErrorCorrectionState forwardErrorCorrection) The state of forward error correction for the RTP protocol in the router input configuration.
- Parameters:
forwardErrorCorrection- The state of forward error correction for the RTP protocol in the router input configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-