@Stability(value=Stable) public static final class CfnGlobalNetworkProps.Builder extends Object implements software.amazon.jsii.Builder<CfnGlobalNetworkProps>
CfnGlobalNetworkProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnGlobalNetworkProps |
build()
Builds the configured instance.
|
CfnGlobalNetworkProps.Builder |
description(String description)
Sets the value of
CfnGlobalNetworkProps.getDescription() |
CfnGlobalNetworkProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnGlobalNetworkProps.getTags() |
@Stability(value=Stable) public CfnGlobalNetworkProps.Builder description(String description)
CfnGlobalNetworkProps.getDescription()description - A description of the global network.
Constraints: Maximum length of 256 characters.this@Stability(value=Stable) public CfnGlobalNetworkProps.Builder tags(List<? extends CfnTag> tags)
CfnGlobalNetworkProps.getTags()tags - The tags for the global network.this@Stability(value=Stable) public CfnGlobalNetworkProps build()
build in interface software.amazon.jsii.Builder<CfnGlobalNetworkProps>CfnGlobalNetworkPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.