Class CfnRouterNetworkInterface.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.CfnRouterNetworkInterface.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouterNetworkInterface>
- Enclosing class:
CfnRouterNetworkInterface
@Stability(Stable)
public static final class CfnRouterNetworkInterface.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouterNetworkInterface>
A fluent builder for
CfnRouterNetworkInterface.-
Method Summary
Modifier and TypeMethodDescriptionbuild()configuration(IResolvable configuration) The configuration settings for a router network interface.The configuration settings for a router network interface.The name of the router network interface.regionName(String regionName) The AWS Region where the router network interface is located.Key-value pairs that can be used to tag and organize this router network interface.
-
Method Details
-
create
@Stability(Stable) public static CfnRouterNetworkInterface.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnRouterNetworkInterface.Builder.
-
configuration
@Stability(Stable) public CfnRouterNetworkInterface.Builder configuration(IResolvable configuration) The configuration settings for a router network interface.- Parameters:
configuration- The configuration settings for a router network interface. This parameter is required.- Returns:
this- See Also:
-
configuration
@Stability(Stable) public CfnRouterNetworkInterface.Builder configuration(CfnRouterNetworkInterface.RouterNetworkInterfaceConfigurationProperty configuration) The configuration settings for a router network interface.- Parameters:
configuration- The configuration settings for a router network interface. This parameter is required.- Returns:
this- See Also:
-
name
The name of the router network interface.- Parameters:
name- The name of the router network interface. This parameter is required.- Returns:
this- See Also:
-
regionName
The AWS Region where the router network interface is located.- Parameters:
regionName- The AWS Region where the router network interface is located. This parameter is required.- Returns:
this- See Also:
-
tags
Key-value pairs that can be used to tag and organize this router network interface.- Parameters:
tags- Key-value pairs that can be used to tag and organize this router network interface. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRouterNetworkInterface>- Returns:
- a newly built instance of
CfnRouterNetworkInterface.
-