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