Class CfnSitePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.networkmanager.CfnSitePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSitePropsMixin>
- Enclosing class:
CfnSitePropsMixin
@Stability(Stable)
public static final class CfnSitePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSitePropsMixin>
A fluent builder for
CfnSitePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnSitePropsMixin.Buildercreate()static CfnSitePropsMixin.Buildercreate(CfnPropertyMixinOptions options) description(String description) A description of your site.globalNetworkId(String globalNetworkId) The ID of the global network.location(CfnSitePropsMixin.LocationProperty location) The site location.location(IResolvable location) The site location.The tags for the site.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnSitePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnSitePropsMixin.Builder.
-
description
A description of your site.Constraints: Maximum length of 256 characters.
- Parameters:
description- A description of your site. This parameter is required.- Returns:
this- See Also:
-
globalNetworkId
The ID of the global network.- Parameters:
globalNetworkId- The ID of the global network. This parameter is required.- Returns:
this- See Also:
-
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.
- Parameters:
location- The site location. This parameter is required.- Returns:
this- See Also:
-
location
@Stability(Stable) public CfnSitePropsMixin.Builder location(CfnSitePropsMixin.LocationProperty 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.
- Parameters:
location- The site location. This parameter is required.- Returns:
this- See Also:
-
tags
The tags for the site.- Parameters:
tags- The tags for the site. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSitePropsMixin>- Returns:
- a newly built instance of
CfnSitePropsMixin.
-