Class CfnGlobalNetworkPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.networkmanager.CfnGlobalNetworkPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGlobalNetworkPropsMixin>
- Enclosing class:
CfnGlobalNetworkPropsMixin
@Stability(Stable)
public static final class CfnGlobalNetworkPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGlobalNetworkPropsMixin>
A fluent builder for
CfnGlobalNetworkPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) 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 CfnGlobalNetworkPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnGlobalNetworkPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnGlobalNetworkPropsMixin.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:
buildin interfacesoftware.amazon.jsii.Builder<CfnGlobalNetworkPropsMixin>- Returns:
- a newly built instance of
CfnGlobalNetworkPropsMixin.
-