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