Class GatewayBridgeSource.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.alpha.GatewayBridgeSource.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<GatewayBridgeSource>
- Enclosing interface:
GatewayBridgeSource
@Stability(Experimental)
public static final class GatewayBridgeSource.Builder
extends Object
implements software.amazon.jsii.Builder<GatewayBridgeSource>
A builder for
GatewayBridgeSource-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofGatewayBridgeSource.getBridge()build()Builds the configured instance.vpcInterface(VpcInterfaceConfig vpcInterface) Sets the value ofGatewayBridgeSource.getVpcInterface()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bridge
Sets the value ofGatewayBridgeSource.getBridge()- Parameters:
bridge- The bridge feeding this flow. This parameter is required.- Returns:
this
-
vpcInterface
@Stability(Experimental) public GatewayBridgeSource.Builder vpcInterface(VpcInterfaceConfig vpcInterface) Sets the value ofGatewayBridgeSource.getVpcInterface()- Parameters:
vpcInterface- The VPC interface attachment to use for this bridge source.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GatewayBridgeSource>- Returns:
- a new instance of
GatewayBridgeSource - Throws:
NullPointerException- if any required attribute was not provided
-