Class BridgeFlowInput.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.alpha.BridgeFlowInput.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<BridgeFlowInput>
- Enclosing interface:
BridgeFlowInput
@Stability(Experimental)
public static final class BridgeFlowInput.Builder
extends Object
implements software.amazon.jsii.Builder<BridgeFlowInput>
A builder for
BridgeFlowInput-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofBridgeFlowInput.getName()source(BridgeFlowSource source) Sets the value ofBridgeFlowInput.getSource()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofBridgeFlowInput.getName()- Parameters:
name- The name of the flow source. This parameter is required. Must be unique among sources on the bridge.- Returns:
this
-
source
Sets the value ofBridgeFlowInput.getSource()- Parameters:
source- The flow source configuration describing where the bridge consumes content from. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BridgeFlowInput>- Returns:
- a new instance of
BridgeFlowInput - Throws:
NullPointerException- if any required attribute was not provided
-