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