Class CfnGlobalNetwork.Builder
java.lang.Object
software.amazon.awscdk.services.networkmanager.CfnGlobalNetwork.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGlobalNetwork>
- Enclosing class:
CfnGlobalNetwork
@Stability(Stable)
public static final class CfnGlobalNetwork.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGlobalNetwork>
A fluent builder for
CfnGlobalNetwork
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnGlobalNetwork.Builder
The date and time that the global network was created.description
(String description) A description of the global network.The state of the global network.The tags for the global network.
-
Method Details
-
create
@Stability(Stable) public static CfnGlobalNetwork.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnGlobalNetwork.Builder
.
-
createdAt
The date and time that the global network was created.- Parameters:
createdAt
- The date and time that the global network was created. This parameter is required.- Returns:
this
- See Also:
-
description
A description of the global network.Constraints: Maximum length of 256 characters.
- Parameters:
description
- A description of the global network. This parameter is required.- Returns:
this
- See Also:
-
state
The state of the global network.- Parameters:
state
- The state of the global network. This parameter is required.- Returns:
this
- See Also:
-
tags
The tags for the global network.- Parameters:
tags
- The tags for the global network. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnGlobalNetwork>
- Returns:
- a newly built instance of
CfnGlobalNetwork
.
-