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