Class FlowVpcInterfaceReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.mediaconnect.FlowVpcInterfaceReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<FlowVpcInterfaceReference>
- Enclosing interface:
FlowVpcInterfaceReference
@Stability(Stable)
public static final class FlowVpcInterfaceReference.Builder
extends Object
implements software.amazon.jsii.Builder<FlowVpcInterfaceReference>
A builder for
FlowVpcInterfaceReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofFlowVpcInterfaceReference.getFlowArn()flowVpcInterfaceName(String flowVpcInterfaceName) Sets the value ofFlowVpcInterfaceReference.getFlowVpcInterfaceName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
flowArn
Sets the value ofFlowVpcInterfaceReference.getFlowArn()- Parameters:
flowArn- The FlowArn of the FlowVpcInterface resource. This parameter is required.- Returns:
this
-
flowVpcInterfaceName
@Stability(Stable) public FlowVpcInterfaceReference.Builder flowVpcInterfaceName(String flowVpcInterfaceName) Sets the value ofFlowVpcInterfaceReference.getFlowVpcInterfaceName()- Parameters:
flowVpcInterfaceName- The Name of the FlowVpcInterface resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<FlowVpcInterfaceReference>- Returns:
- a new instance of
FlowVpcInterfaceReference - Throws:
NullPointerException- if any required attribute was not provided
-