Class CfnRouterNetworkInterfacePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnRouterNetworkInterfacePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouterNetworkInterfacePropsMixin>
- Enclosing class:
CfnRouterNetworkInterfacePropsMixin
@Stability(Stable)
public static final class CfnRouterNetworkInterfacePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouterNetworkInterfacePropsMixin>
A fluent builder for
CfnRouterNetworkInterfacePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()configuration(CfnRouterNetworkInterfacePropsMixin.RouterNetworkInterfaceConfigurationProperty configuration) The configuration settings for a router network interface.configuration(IResolvable configuration) The configuration settings for a router network interface.create()create(CfnPropertyMixinOptions options) 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 CfnRouterNetworkInterfacePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnRouterNetworkInterfacePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnRouterNetworkInterfacePropsMixin.Builder.
-
configuration
@Stability(Stable) public CfnRouterNetworkInterfacePropsMixin.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 CfnRouterNetworkInterfacePropsMixin.Builder configuration(CfnRouterNetworkInterfacePropsMixin.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
@Stability(Stable) public CfnRouterNetworkInterfacePropsMixin.Builder tags(List<? extends CfnTag> 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<CfnRouterNetworkInterfacePropsMixin>- Returns:
- a newly built instance of
CfnRouterNetworkInterfacePropsMixin.
-