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