@Stability(value=Stable) public static final class CfnGlobalNetwork.Builder extends Object implements software.amazon.jsii.Builder<CfnGlobalNetwork>
CfnGlobalNetwork.| Modifier and Type | Method and Description |
|---|---|
CfnGlobalNetwork |
build() |
static CfnGlobalNetwork.Builder |
create(software.constructs.Construct scope,
String id) |
CfnGlobalNetwork.Builder |
description(String description)
A description of the global network.
|
CfnGlobalNetwork.Builder |
tags(List<? extends CfnTag> tags)
The tags for the global network.
|
@Stability(value=Stable) public static CfnGlobalNetwork.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.CfnGlobalNetwork.Builder.@Stability(value=Stable) public CfnGlobalNetwork.Builder description(String description)
Constraints: Maximum length of 256 characters.
description - A description of the global network. This parameter is required.this@Stability(value=Stable) public CfnGlobalNetwork.Builder tags(List<? extends CfnTag> tags)
tags - The tags for the global network. This parameter is required.this@Stability(value=Stable) public CfnGlobalNetwork build()
build in interface software.amazon.jsii.Builder<CfnGlobalNetwork>Copyright © 2022. All rights reserved.