Class CfnVpcLinkPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.apigateway.CfnVpcLinkPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVpcLinkPropsMixin>
- Enclosing class:
CfnVpcLinkPropsMixin
@Stability(Stable)
public static final class CfnVpcLinkPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVpcLinkPropsMixin>
A fluent builder for
CfnVpcLinkPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnVpcLinkPropsMixin.Buildercreate()static CfnVpcLinkPropsMixin.Buildercreate(CfnPropertyMixinOptions options) description(String description) The description of the VPC link.The name used to label and identify the VPC link.An array of arbitrary tags (key-value pairs) to associate with the VPC link.targetArns(List<? extends Object> targetArns) The ARN of the network load balancer of the VPC targeted by the VPC link.
-
Method Details
-
create
@Stability(Stable) public static CfnVpcLinkPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnVpcLinkPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnVpcLinkPropsMixin.Builder.
-
description
The description of the VPC link.- Parameters:
description- The description of the VPC link. This parameter is required.- Returns:
this- See Also:
-
name
The name used to label and identify the VPC link.- Parameters:
name- The name used to label and identify the VPC link. This parameter is required.- Returns:
this- See Also:
-
tags
An array of arbitrary tags (key-value pairs) to associate with the VPC link.- Parameters:
tags- An array of arbitrary tags (key-value pairs) to associate with the VPC link. This parameter is required.- Returns:
this- See Also:
-
targetArns
@Stability(Stable) public CfnVpcLinkPropsMixin.Builder targetArns(List<? extends Object> targetArns) The ARN of the network load balancer of the VPC targeted by the VPC link.The network load balancer must be owned by the same AWS account of the API owner.
- Parameters:
targetArns- The ARN of the network load balancer of the VPC targeted by the VPC link. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVpcLinkPropsMixin>- Returns:
- a newly built instance of
CfnVpcLinkPropsMixin.
-