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