Class CfnRouterInputPropsMixin.MergeRouterInputConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnRouterInputPropsMixin.MergeRouterInputConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouterInputPropsMixin.MergeRouterInputConfigurationProperty>
- Enclosing interface:
CfnRouterInputPropsMixin.MergeRouterInputConfigurationProperty
@Stability(Stable)
public static final class CfnRouterInputPropsMixin.MergeRouterInputConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouterInputPropsMixin.MergeRouterInputConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.mergeRecoveryWindowMilliseconds(Number mergeRecoveryWindowMilliseconds) networkInterfaceArn(String networkInterfaceArn) protocolConfigurations(List<? extends Object> protocolConfigurations) protocolConfigurations(IResolvable protocolConfigurations)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
mergeRecoveryWindowMilliseconds
@Stability(Stable) public CfnRouterInputPropsMixin.MergeRouterInputConfigurationProperty.Builder mergeRecoveryWindowMilliseconds(Number mergeRecoveryWindowMilliseconds) Sets the value ofCfnRouterInputPropsMixin.MergeRouterInputConfigurationProperty.getMergeRecoveryWindowMilliseconds()- Parameters:
mergeRecoveryWindowMilliseconds- The time window in milliseconds for merging the two input sources.- Returns:
this
-
networkInterfaceArn
@Stability(Stable) public CfnRouterInputPropsMixin.MergeRouterInputConfigurationProperty.Builder networkInterfaceArn(String networkInterfaceArn) Sets the value ofCfnRouterInputPropsMixin.MergeRouterInputConfigurationProperty.getNetworkInterfaceArn()- Parameters:
networkInterfaceArn- The ARN of the network interface to use for this merge router input.- Returns:
this
-
protocolConfigurations
@Stability(Stable) public CfnRouterInputPropsMixin.MergeRouterInputConfigurationProperty.Builder protocolConfigurations(IResolvable protocolConfigurations) Sets the value ofCfnRouterInputPropsMixin.MergeRouterInputConfigurationProperty.getProtocolConfigurations()- Parameters:
protocolConfigurations- A list of exactly two protocol configurations for the merge input sources. Both must use the same protocol type.- Returns:
this
-
protocolConfigurations
@Stability(Stable) public CfnRouterInputPropsMixin.MergeRouterInputConfigurationProperty.Builder protocolConfigurations(List<? extends Object> protocolConfigurations) Sets the value ofCfnRouterInputPropsMixin.MergeRouterInputConfigurationProperty.getProtocolConfigurations()- Parameters:
protocolConfigurations- A list of exactly two protocol configurations for the merge input sources. Both must use the same protocol type.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRouterInputPropsMixin.MergeRouterInputConfigurationProperty>- Returns:
- a new instance of
CfnRouterInputPropsMixin.MergeRouterInputConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-