Class CfnBridgePropsMixin.VpcInterfaceAttachmentProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnBridgePropsMixin.VpcInterfaceAttachmentProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBridgePropsMixin.VpcInterfaceAttachmentProperty>
- Enclosing interface:
CfnBridgePropsMixin.VpcInterfaceAttachmentProperty
@Stability(Stable)
public static final class CfnBridgePropsMixin.VpcInterfaceAttachmentProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBridgePropsMixin.VpcInterfaceAttachmentProperty>
A builder for
CfnBridgePropsMixin.VpcInterfaceAttachmentProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.vpcInterfaceName(String vpcInterfaceName) Sets the value ofCfnBridgePropsMixin.VpcInterfaceAttachmentProperty.getVpcInterfaceName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
vpcInterfaceName
@Stability(Stable) public CfnBridgePropsMixin.VpcInterfaceAttachmentProperty.Builder vpcInterfaceName(String vpcInterfaceName) Sets the value ofCfnBridgePropsMixin.VpcInterfaceAttachmentProperty.getVpcInterfaceName()- 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<CfnBridgePropsMixin.VpcInterfaceAttachmentProperty>- Returns:
- a new instance of
CfnBridgePropsMixin.VpcInterfaceAttachmentProperty - Throws:
NullPointerException- if any required attribute was not provided
-