Class RtpOutputProtocolProps.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.alpha.RtpOutputProtocolProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<RtpOutputProtocolProps>
- Enclosing interface:
RtpOutputProtocolProps
@Stability(Experimental)
public static final class RtpOutputProtocolProps.Builder
extends Object
implements software.amazon.jsii.Builder<RtpOutputProtocolProps>
A builder for
RtpOutputProtocolProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.destinationAddress(String destinationAddress) Sets the value ofRtpOutputProtocolProps.getDestinationAddress()forwardErrorCorrection(ForwardErrorCorrection forwardErrorCorrection) Sets the value ofRtpOutputProtocolProps.getForwardErrorCorrection()Sets the value ofRtpOutputProtocolProps.getPort()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destinationAddress
@Stability(Experimental) public RtpOutputProtocolProps.Builder destinationAddress(String destinationAddress) Sets the value ofRtpOutputProtocolProps.getDestinationAddress()- Parameters:
destinationAddress- Destination IP address for RTP traffic. This parameter is required.- Returns:
this
-
port
Sets the value ofRtpOutputProtocolProps.getPort()- Parameters:
port- Port number for RTP traffic. This parameter is required.- Returns:
this
-
forwardErrorCorrection
@Stability(Experimental) public RtpOutputProtocolProps.Builder forwardErrorCorrection(ForwardErrorCorrection forwardErrorCorrection) Sets the value ofRtpOutputProtocolProps.getForwardErrorCorrection()- Parameters:
forwardErrorCorrection- Forward Error Correction setting.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<RtpOutputProtocolProps>- Returns:
- a new instance of
RtpOutputProtocolProps - Throws:
NullPointerException- if any required attribute was not provided
-