Class CfnFlowPropsMixin.InputConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnFlowPropsMixin.InputConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowPropsMixin.InputConfigurationProperty>
- Enclosing interface:
CfnFlowPropsMixin.InputConfigurationProperty
@Stability(Stable)
public static final class CfnFlowPropsMixin.InputConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowPropsMixin.InputConfigurationProperty>
A builder for
CfnFlowPropsMixin.InputConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnFlowPropsMixin.InputConfigurationProperty.getInputPort()interfaceValue(CfnFlowPropsMixin.InterfaceProperty interfaceValue) Sets the value ofCfnFlowPropsMixin.InputConfigurationProperty.getInterfaceValue()interfaceValue(IResolvable interfaceValue) Sets the value ofCfnFlowPropsMixin.InputConfigurationProperty.getInterfaceValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
inputPort
@Stability(Stable) public CfnFlowPropsMixin.InputConfigurationProperty.Builder inputPort(Number inputPort) Sets the value ofCfnFlowPropsMixin.InputConfigurationProperty.getInputPort()- Parameters:
inputPort- The port that the flow listens on for an incoming media stream.- Returns:
this
-
interfaceValue
@Stability(Stable) public CfnFlowPropsMixin.InputConfigurationProperty.Builder interfaceValue(IResolvable interfaceValue) Sets the value ofCfnFlowPropsMixin.InputConfigurationProperty.getInterfaceValue()- Parameters:
interfaceValue- The VPC interface where the media stream comes in from.- Returns:
this
-
interfaceValue
@Stability(Stable) public CfnFlowPropsMixin.InputConfigurationProperty.Builder interfaceValue(CfnFlowPropsMixin.InterfaceProperty interfaceValue) Sets the value ofCfnFlowPropsMixin.InputConfigurationProperty.getInterfaceValue()- Parameters:
interfaceValue- The VPC interface where the media stream comes in from.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowPropsMixin.InputConfigurationProperty>- Returns:
- a new instance of
CfnFlowPropsMixin.InputConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-