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(Construct scope,
java.lang.String id) |
CfnLink.Builder |
description(java.lang.String description)
A description of the link.
|
CfnLink.Builder |
globalNetworkId(java.lang.String globalNetworkId)
The ID of the global network.
|
CfnLink.Builder |
provider(java.lang.String provider)
The provider of the link.
|
CfnLink.Builder |
siteId(java.lang.String siteId)
The ID of the site.
|
CfnLink.Builder |
tags(java.util.List<? extends CfnTag> tags)
The tags for the link.
|
CfnLink.Builder |
type(java.lang.String type)
The type of the link.
|
public static CfnLink.Builder create(Construct scope, java.lang.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
.public CfnLink.Builder bandwidth(IResolvable bandwidth)
bandwidth
- The bandwidth for the link. This parameter is required.this
public CfnLink.Builder bandwidth(CfnLink.BandwidthProperty bandwidth)
bandwidth
- The bandwidth for the link. This parameter is required.this
public CfnLink.Builder globalNetworkId(java.lang.String globalNetworkId)
globalNetworkId
- The ID of the global network. This parameter is required.this
public CfnLink.Builder siteId(java.lang.String siteId)
siteId
- The ID of the site. This parameter is required.this
public CfnLink.Builder description(java.lang.String description)
Constraints: Maximum length of 256 characters.
description
- A description of the link. This parameter is required.this
public CfnLink.Builder provider(java.lang.String provider)
Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^
provider
- The provider of the link. This parameter is required.this
public CfnLink.Builder tags(java.util.List<? extends CfnTag> tags)
tags
- The tags for the link. This parameter is required.this
public CfnLink.Builder type(java.lang.String type)
Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^
type
- The type of the link. This parameter is required.this
public CfnLink build()