Class CfnGlobalNetworkMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.networkmanager.CfnGlobalNetworkMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGlobalNetworkMixinProps>
- Enclosing interface:
CfnGlobalNetworkMixinProps
@Stability(Stable)
public static final class CfnGlobalNetworkMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGlobalNetworkMixinProps>
A builder for
CfnGlobalNetworkMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnGlobalNetworkMixinProps.getCreatedAt()description(String description) Sets the value ofCfnGlobalNetworkMixinProps.getDescription()Sets the value ofCfnGlobalNetworkMixinProps.getState()Sets the value ofCfnGlobalNetworkMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
createdAt
Sets the value ofCfnGlobalNetworkMixinProps.getCreatedAt()- Parameters:
createdAt- The date and time that the global network was created.- Returns:
this
-
description
Sets the value ofCfnGlobalNetworkMixinProps.getDescription()- Parameters:
description- A description of the global network. Constraints: Maximum length of 256 characters.- Returns:
this
-
state
Sets the value ofCfnGlobalNetworkMixinProps.getState()- Parameters:
state- The state of the global network.- Returns:
this
-
tags
Sets the value ofCfnGlobalNetworkMixinProps.getTags()- Parameters:
tags- The tags for the global network.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGlobalNetworkMixinProps>- Returns:
- a new instance of
CfnGlobalNetworkMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-