Class CfnLinkAssociation.Builder
java.lang.Object
software.amazon.awscdk.services.networkmanager.CfnLinkAssociation.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLinkAssociation>
- Enclosing class:
CfnLinkAssociation
@Stability(Stable)
public static final class CfnLinkAssociation.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLinkAssociation>
A fluent builder for
CfnLinkAssociation
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnLinkAssociation.Builder
The device ID for the link association.globalNetworkId
(String globalNetworkId) The ID of the global network.The ID of the link.
-
Method Details
-
create
@Stability(Stable) public static CfnLinkAssociation.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
CfnLinkAssociation.Builder
.
-
deviceId
The device ID for the link association.- Parameters:
deviceId
- The device ID for the link association. 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:
-
linkId
The ID of the link.- Parameters:
linkId
- The ID of the link. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnLinkAssociation>
- Returns:
- a newly built instance of
CfnLinkAssociation
.
-