| Modifier and Type | Method and Description |
|---|---|
CfnLink.Builder |
bandwidth(CfnLink.BandwidthProperty bandwidth)
The bandwidth for the link.
|
CfnLink.Builder |
bandwidth(IResolvable bandwidth)
The bandwidth for the link.
|
CfnLink |
build() |
static CfnLink.Builder |
create(software.constructs.Construct scope,
String id) |
CfnLink.Builder |
description(String description)
A description of the link.
|
CfnLink.Builder |
globalNetworkId(String globalNetworkId)
The ID of the global network.
|
CfnLink.Builder |
provider(String provider)
The provider of the link.
|
CfnLink.Builder |
siteId(String siteId)
The ID of the site.
|
CfnLink.Builder |
tags(List<? extends CfnTag> tags)
The tags for the link.
|
CfnLink.Builder |
type(String type)
The type of the link.
|
@Stability(value=Stable) public static CfnLink.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.CfnLink.BandwidthProperty.Builder.@Stability(value=Stable) public CfnLink.Builder bandwidth(CfnLink.BandwidthProperty bandwidth)
bandwidth - The bandwidth for the link. This parameter is required.this@Stability(value=Stable) public CfnLink.Builder bandwidth(IResolvable bandwidth)
bandwidth - The bandwidth for the link. This parameter is required.this@Stability(value=Stable) public CfnLink.Builder globalNetworkId(String globalNetworkId)
globalNetworkId - The ID of the global network. This parameter is required.this@Stability(value=Stable) public CfnLink.Builder siteId(String siteId)
siteId - The ID of the site. This parameter is required.this@Stability(value=Stable) public CfnLink.Builder description(String description)
Constraints: Maximum length of 256 characters.
description - A description of the link. This parameter is required.this@Stability(value=Stable) public CfnLink.Builder provider(String provider)
Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^
provider - The provider of the link. This parameter is required.this@Stability(value=Stable) public CfnLink.Builder tags(List<? extends CfnTag> tags)
tags - The tags for the link. This parameter is required.this@Stability(value=Stable) public CfnLink.Builder type(String type)
Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^
type - The type of the link. This parameter is required.thisCopyright © 2022. All rights reserved.