@Stability(value=Stable) public static final class CfnVpcLink.Builder extends Object implements software.amazon.jsii.Builder<CfnVpcLink>
CfnVpcLink.| Modifier and Type | Method and Description |
|---|---|
CfnVpcLink |
build() |
static CfnVpcLink.Builder |
create(software.constructs.Construct scope,
String id) |
CfnVpcLink.Builder |
description(String description)
A description of the VPC link.
|
CfnVpcLink.Builder |
name(String name)
A name for the VPC link.
|
CfnVpcLink.Builder |
tags(List<? extends CfnTag> tags)
An array of arbitrary tags (key-value pairs) to associate with the VPC link.
|
CfnVpcLink.Builder |
targetArns(List<String> targetArns)
The ARN of network load balancer of the VPC targeted by the VPC link.
|
@Stability(value=Stable) public static CfnVpcLink.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnVpcLink.Builder.@Stability(value=Stable) public CfnVpcLink.Builder name(String name)
name - A name for the VPC link. This parameter is required.this@Stability(value=Stable) public CfnVpcLink.Builder targetArns(List<String> targetArns)
The network load balancer must be owned by the same AWS account of the API owner.
targetArns - The ARN of network load balancer of the VPC targeted by the VPC link. This parameter is required.this@Stability(value=Stable) public CfnVpcLink.Builder description(String description)
description - A description of the VPC link. This parameter is required.this@Stability(value=Stable) public CfnVpcLink.Builder tags(List<? extends CfnTag> tags)
tags - An array of arbitrary tags (key-value pairs) to associate with the VPC link. This parameter is required.this@Stability(value=Stable) public CfnVpcLink build()
build in interface software.amazon.jsii.Builder<CfnVpcLink>Copyright © 2022. All rights reserved.