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