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