@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 - `AWS::NetworkManager::Site.GlobalNetworkId`. This parameter is required.this@Stability(value=Stable) public CfnSiteProps.Builder description(String description)
CfnSiteProps.getDescription()description - `AWS::NetworkManager::Site.Description`.this@Stability(value=Stable) public CfnSiteProps.Builder location(CfnSite.LocationProperty location)
CfnSiteProps.getLocation()location - `AWS::NetworkManager::Site.Location`.this@Stability(value=Stable) public CfnSiteProps.Builder location(IResolvable location)
CfnSiteProps.getLocation()location - `AWS::NetworkManager::Site.Location`.this@Stability(value=Stable) public CfnSiteProps.Builder tags(List<? extends CfnTag> tags)
CfnSiteProps.getTags()tags - `AWS::NetworkManager::Site.Tags`.this@Stability(value=Stable) public CfnSiteProps build()
build in interface software.amazon.jsii.Builder<CfnSiteProps>CfnSitePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.