Interface RtpRouterOutputConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RtpRouterOutputConfiguration.Builder,,RtpRouterOutputConfiguration> SdkBuilder<RtpRouterOutputConfiguration.Builder,,RtpRouterOutputConfiguration> SdkPojo
- Enclosing class:
RtpRouterOutputConfiguration
@Mutable
@NotThreadSafe
public static interface RtpRouterOutputConfiguration.Builder
extends SdkPojo, CopyableBuilder<RtpRouterOutputConfiguration.Builder,RtpRouterOutputConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiondestinationAddress(String destinationAddress) The destination IP address for the RTP protocol in the router output configuration.destinationPort(Integer destinationPort) The destination port number for the RTP protocol in the router output configuration.forwardErrorCorrection(String forwardErrorCorrection) The state of forward error correction for the RTP protocol in the router output configuration.forwardErrorCorrection(ForwardErrorCorrectionState forwardErrorCorrection) The state of forward error correction for the RTP protocol in the router output 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
-
destinationAddress
The destination IP address for the RTP protocol in the router output configuration.
- Parameters:
destinationAddress- The destination IP address for the RTP protocol in the router output configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationPort
The destination port number for the RTP protocol in the router output configuration.
- Parameters:
destinationPort- The destination port number for the RTP protocol in the router output 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 output configuration.
- Parameters:
forwardErrorCorrection- The state of forward error correction for the RTP protocol in the router output configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
forwardErrorCorrection
RtpRouterOutputConfiguration.Builder forwardErrorCorrection(ForwardErrorCorrectionState forwardErrorCorrection) The state of forward error correction for the RTP protocol in the router output configuration.
- Parameters:
forwardErrorCorrection- The state of forward error correction for the RTP protocol in the router output configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-