Class CfnRouterNetworkInterfaceMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnRouterNetworkInterfaceMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouterNetworkInterfaceMixinProps>
- Enclosing interface:
CfnRouterNetworkInterfaceMixinProps
@Stability(Stable)
public static final class CfnRouterNetworkInterfaceMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouterNetworkInterfaceMixinProps>
A builder for
CfnRouterNetworkInterfaceMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.configuration(CfnRouterNetworkInterfacePropsMixin.RouterNetworkInterfaceConfigurationProperty configuration) Sets the value ofCfnRouterNetworkInterfaceMixinProps.getConfiguration()configuration(IResolvable configuration) Sets the value ofCfnRouterNetworkInterfaceMixinProps.getConfiguration()Sets the value ofCfnRouterNetworkInterfaceMixinProps.getName()regionName(String regionName) Sets the value ofCfnRouterNetworkInterfaceMixinProps.getRegionName()Sets the value ofCfnRouterNetworkInterfaceMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
configuration
@Stability(Stable) public CfnRouterNetworkInterfaceMixinProps.Builder configuration(IResolvable configuration) Sets the value ofCfnRouterNetworkInterfaceMixinProps.getConfiguration()- Parameters:
configuration- The configuration settings for a router network interface.- Returns:
this
-
configuration
@Stability(Stable) public CfnRouterNetworkInterfaceMixinProps.Builder configuration(CfnRouterNetworkInterfacePropsMixin.RouterNetworkInterfaceConfigurationProperty configuration) Sets the value ofCfnRouterNetworkInterfaceMixinProps.getConfiguration()- Parameters:
configuration- The configuration settings for a router network interface.- Returns:
this
-
name
Sets the value ofCfnRouterNetworkInterfaceMixinProps.getName()- Parameters:
name- The name of the router network interface.- Returns:
this
-
regionName
Sets the value ofCfnRouterNetworkInterfaceMixinProps.getRegionName()- Parameters:
regionName- The AWS Region where the router network interface is located.- Returns:
this
-
tags
@Stability(Stable) public CfnRouterNetworkInterfaceMixinProps.Builder tags(List<? extends CfnTag> tags) Sets the value ofCfnRouterNetworkInterfaceMixinProps.getTags()- Parameters:
tags- Key-value pairs that can be used to tag and organize this router network interface.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRouterNetworkInterfaceMixinProps>- Returns:
- a new instance of
CfnRouterNetworkInterfaceMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-