| Modifier and Type | Method and Description |
|---|---|
VpcLink |
build() |
static VpcLink.Builder |
create(software.constructs.Construct scope,
String id) |
VpcLink.Builder |
description(String description)
The description of the VPC link.
|
VpcLink.Builder |
targets(List<? extends INetworkLoadBalancer> targets)
The network load balancers of the VPC targeted by the VPC link.
|
VpcLink.Builder |
vpcLinkName(String vpcLinkName)
The name used to label and identify the VPC link.
|
@Stability(value=Stable) public static VpcLink.Builder create(software.constructs.Construct scope, String id)
scope - This parameter is required.id - This parameter is required.VpcLink.Builder.@Stability(value=Stable) public VpcLink.Builder description(String description)
Default: no description
description - The description of the VPC link. This parameter is required.this@Stability(value=Stable) public VpcLink.Builder targets(List<? extends INetworkLoadBalancer> targets)
The network load balancers must be owned by the same AWS account of the API owner.
Default: - no targets. Use `addTargets` to add targets
targets - The network load balancers of the VPC targeted by the VPC link. This parameter is required.this@Stability(value=Stable) public VpcLink.Builder vpcLinkName(String vpcLinkName)
Default: - automatically generated name
vpcLinkName - The name used to label and identify the VPC link. This parameter is required.thisCopyright © 2022. All rights reserved.