public static final class CfnGlobalNetworkProps.Builder
extends java.lang.Object
CfnGlobalNetworkProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnGlobalNetworkProps |
build()
Builds the configured instance.
|
CfnGlobalNetworkProps.Builder |
description(java.lang.String description)
Sets the value of
CfnGlobalNetworkProps.getDescription() |
CfnGlobalNetworkProps.Builder |
tags(java.util.List<? extends CfnTag> tags)
Sets the value of
CfnGlobalNetworkProps.getTags() |
public CfnGlobalNetworkProps.Builder description(java.lang.String description)
CfnGlobalNetworkProps.getDescription()
description
- A description of the global network.
Constraints: Maximum length of 256 characters.this
public CfnGlobalNetworkProps.Builder tags(java.util.List<? extends CfnTag> tags)
CfnGlobalNetworkProps.getTags()
tags
- The tags for the global network.this
public CfnGlobalNetworkProps build()
CfnGlobalNetworkProps
java.lang.NullPointerException
- if any required attribute was not provided