| Modifier and Type | Method and Description |
|---|---|
CfnSite |
build() |
static CfnSite.Builder |
create(software.constructs.Construct scope,
String id) |
CfnSite.Builder |
description(String description)
A description of your site.
|
CfnSite.Builder |
globalNetworkId(String globalNetworkId)
The ID of the global network.
|
CfnSite.Builder |
location(CfnSite.LocationProperty location)
The site location.
|
CfnSite.Builder |
location(IResolvable location)
The site location.
|
CfnSite.Builder |
tags(List<? extends CfnTag> tags)
The tags for the site.
|
@Stability(value=Stable) public static CfnSite.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.CfnSite.LocationProperty.Builder.@Stability(value=Stable) public CfnSite.Builder globalNetworkId(String globalNetworkId)
globalNetworkId - The ID of the global network. This parameter is required.this@Stability(value=Stable) public CfnSite.Builder description(String description)
Constraints: Maximum length of 256 characters.
description - A description of your site. This parameter is required.this@Stability(value=Stable) public CfnSite.Builder location(CfnSite.LocationProperty location)
This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
Address : The physical address of the site.Latitude : The latitude of the site.Longitude : The longitude of the site.location - The site location. This parameter is required.this@Stability(value=Stable) public CfnSite.Builder location(IResolvable location)
This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
Address : The physical address of the site.Latitude : The latitude of the site.Longitude : The longitude of the site.location - The site location. This parameter is required.this@Stability(value=Stable) public CfnSite.Builder tags(List<? extends CfnTag> tags)
tags - The tags for the site. This parameter is required.thisCopyright © 2022. All rights reserved.