Class CfnBridgeSourcePropsMixin.BridgeFlowSourceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnBridgeSourcePropsMixin.BridgeFlowSourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBridgeSourcePropsMixin.BridgeFlowSourceProperty>
- Enclosing interface:
CfnBridgeSourcePropsMixin.BridgeFlowSourceProperty
@Stability(Stable)
public static final class CfnBridgeSourcePropsMixin.BridgeFlowSourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBridgeSourcePropsMixin.BridgeFlowSourceProperty>
A builder for
CfnBridgeSourcePropsMixin.BridgeFlowSourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnBridgeSourcePropsMixin.BridgeFlowSourceProperty.getFlowArn()flowVpcInterfaceAttachment(CfnBridgeSourcePropsMixin.VpcInterfaceAttachmentProperty flowVpcInterfaceAttachment) flowVpcInterfaceAttachment(IResolvable flowVpcInterfaceAttachment)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
flowArn
@Stability(Stable) public CfnBridgeSourcePropsMixin.BridgeFlowSourceProperty.Builder flowArn(String flowArn) Sets the value ofCfnBridgeSourcePropsMixin.BridgeFlowSourceProperty.getFlowArn()- Parameters:
flowArn- The ARN of the cloud flow used as a source of this bridge.- Returns:
this
-
flowVpcInterfaceAttachment
@Stability(Stable) public CfnBridgeSourcePropsMixin.BridgeFlowSourceProperty.Builder flowVpcInterfaceAttachment(IResolvable flowVpcInterfaceAttachment) Sets the value ofCfnBridgeSourcePropsMixin.BridgeFlowSourceProperty.getFlowVpcInterfaceAttachment()- Parameters:
flowVpcInterfaceAttachment- The name of the VPC interface attachment to use for this source.- Returns:
this
-
flowVpcInterfaceAttachment
@Stability(Stable) public CfnBridgeSourcePropsMixin.BridgeFlowSourceProperty.Builder flowVpcInterfaceAttachment(CfnBridgeSourcePropsMixin.VpcInterfaceAttachmentProperty flowVpcInterfaceAttachment) Sets the value ofCfnBridgeSourcePropsMixin.BridgeFlowSourceProperty.getFlowVpcInterfaceAttachment()- Parameters:
flowVpcInterfaceAttachment- The name of the VPC interface attachment to use for this source.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBridgeSourcePropsMixin.BridgeFlowSourceProperty>- Returns:
- a new instance of
CfnBridgeSourcePropsMixin.BridgeFlowSourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-