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