Class CfnFlowOutputPropsMixin.DestinationConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnFlowOutputPropsMixin.DestinationConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowOutputPropsMixin.DestinationConfigurationProperty>
- Enclosing interface:
CfnFlowOutputPropsMixin.DestinationConfigurationProperty
@Stability(Stable)
public static final class CfnFlowOutputPropsMixin.DestinationConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowOutputPropsMixin.DestinationConfigurationProperty>
A builder for
CfnFlowOutputPropsMixin.DestinationConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.destinationIp(String destinationIp) destinationPort(Number destinationPort) interfaceValue(CfnFlowOutputPropsMixin.InterfaceProperty interfaceValue) interfaceValue(IResolvable interfaceValue)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destinationIp
@Stability(Stable) public CfnFlowOutputPropsMixin.DestinationConfigurationProperty.Builder destinationIp(String destinationIp) - Parameters:
destinationIp- The IP address where you want MediaConnect to send contents of the media stream.- Returns:
this
-
destinationPort
@Stability(Stable) public CfnFlowOutputPropsMixin.DestinationConfigurationProperty.Builder destinationPort(Number destinationPort) - Parameters:
destinationPort- The port that you want MediaConnect to use when it distributes the media stream to the output.- Returns:
this
-
interfaceValue
@Stability(Stable) public CfnFlowOutputPropsMixin.DestinationConfigurationProperty.Builder interfaceValue(IResolvable interfaceValue) - Parameters:
interfaceValue- The VPC interface that you want to use for the media stream associated with the output.- Returns:
this
-
interfaceValue
@Stability(Stable) public CfnFlowOutputPropsMixin.DestinationConfigurationProperty.Builder interfaceValue(CfnFlowOutputPropsMixin.InterfaceProperty interfaceValue) - Parameters:
interfaceValue- The VPC interface that you want to use for the media stream associated with the output.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowOutputPropsMixin.DestinationConfigurationProperty>- Returns:
- a new instance of
CfnFlowOutputPropsMixin.DestinationConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-