@Stability(value=Stable) public static final class CfnLinkAssociation.Builder extends Object implements software.amazon.jsii.Builder<CfnLinkAssociation>
CfnLinkAssociation.| Modifier and Type | Method and Description |
|---|---|
CfnLinkAssociation |
build() |
static CfnLinkAssociation.Builder |
create(software.constructs.Construct scope,
String id) |
CfnLinkAssociation.Builder |
deviceId(String deviceId)
The device ID for the link association.
|
CfnLinkAssociation.Builder |
globalNetworkId(String globalNetworkId)
The ID of the global network.
|
CfnLinkAssociation.Builder |
linkId(String linkId)
The ID of the link.
|
@Stability(value=Stable) public static CfnLinkAssociation.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnLinkAssociation.Builder.@Stability(value=Stable) public CfnLinkAssociation.Builder deviceId(String deviceId)
deviceId - The device ID for the link association. This parameter is required.this@Stability(value=Stable) public CfnLinkAssociation.Builder globalNetworkId(String globalNetworkId)
globalNetworkId - The ID of the global network. This parameter is required.this@Stability(value=Stable) public CfnLinkAssociation.Builder linkId(String linkId)
linkId - The ID of the link. This parameter is required.this@Stability(value=Stable) public CfnLinkAssociation build()
build in interface software.amazon.jsii.Builder<CfnLinkAssociation>Copyright © 2022. All rights reserved.