@Stability(value=Stable) public static final class CfnSiteProps.Builder extends Object implements software.amazon.jsii.Builder<CfnSiteProps>
CfnSiteProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSiteProps |
build()
Builds the configured instance.
|
CfnSiteProps.Builder |
description(String description)
Sets the value of
CfnSiteProps.getDescription() |
CfnSiteProps.Builder |
globalNetworkId(String globalNetworkId)
Sets the value of
CfnSiteProps.getGlobalNetworkId() |
CfnSiteProps.Builder |
location(CfnSite.LocationProperty location)
Sets the value of
CfnSiteProps.getLocation() |
CfnSiteProps.Builder |
location(IResolvable location)
Sets the value of
CfnSiteProps.getLocation() |
CfnSiteProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnSiteProps.getTags() |
@Stability(value=Stable) public CfnSiteProps.Builder globalNetworkId(String globalNetworkId)
CfnSiteProps.getGlobalNetworkId()globalNetworkId - The ID of the global network. This parameter is required.this@Stability(value=Stable) public CfnSiteProps.Builder description(String description)
CfnSiteProps.getDescription()description - A description of your site.
Constraints: Maximum length of 256 characters.this@Stability(value=Stable) public CfnSiteProps.Builder location(CfnSite.LocationProperty location)
CfnSiteProps.getLocation()location - The site 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.this@Stability(value=Stable) public CfnSiteProps.Builder location(IResolvable location)
CfnSiteProps.getLocation()location - The site 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.this@Stability(value=Stable) public CfnSiteProps.Builder tags(List<? extends CfnTag> tags)
CfnSiteProps.getTags()tags - The tags for the site.this@Stability(value=Stable) public CfnSiteProps build()
build in interface software.amazon.jsii.Builder<CfnSiteProps>CfnSitePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.