Class CfnLinkPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.networkmanager.CfnLinkPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLinkPropsMixin>
- Enclosing class:
CfnLinkPropsMixin
@Stability(Stable)
public static final class CfnLinkPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLinkPropsMixin>
A fluent builder for
CfnLinkPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbandwidth(CfnLinkPropsMixin.BandwidthProperty bandwidth) The bandwidth for the link.bandwidth(IResolvable bandwidth) The bandwidth for the link.build()static CfnLinkPropsMixin.Buildercreate()static CfnLinkPropsMixin.Buildercreate(CfnPropertyMixinOptions options) description(String description) A description of the link.globalNetworkId(String globalNetworkId) The ID of the global network.The provider of the link.The ID of the site.The tags for the link.The type of the link.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnLinkPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnLinkPropsMixin.Builder.
-
bandwidth
The bandwidth for the link.- Parameters:
bandwidth- The bandwidth for the link. This parameter is required.- Returns:
this- See Also:
-
bandwidth
@Stability(Stable) public CfnLinkPropsMixin.Builder bandwidth(CfnLinkPropsMixin.BandwidthProperty bandwidth) The bandwidth for the link.- Parameters:
bandwidth- The bandwidth for the link. This parameter is required.- Returns:
this- See Also:
-
description
A description of the link.Constraints: Maximum length of 256 characters.
- Parameters:
description- A description of the link. This parameter is required.- Returns:
this- See Also:
-
globalNetworkId
The ID of the global network.- Parameters:
globalNetworkId- The ID of the global network. This parameter is required.- Returns:
this- See Also:
-
provider
The provider of the link.Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^
- Parameters:
provider- The provider of the link. This parameter is required.- Returns:
this- See Also:
-
siteId
The ID of the site.- Parameters:
siteId- The ID of the site. This parameter is required.- Returns:
this- See Also:
-
tags
The tags for the link.- Parameters:
tags- The tags for the link. This parameter is required.- Returns:
this- See Also:
-
type
The type of the link.Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^
- Parameters:
type- The type of the link. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLinkPropsMixin>- Returns:
- a newly built instance of
CfnLinkPropsMixin.
-