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