@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.062Z") @Stability(value=Stable) public interface CfnLinkAssociationProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.networkmanager.*;
CfnLinkAssociationProps cfnLinkAssociationProps = CfnLinkAssociationProps.builder()
.deviceId("deviceId")
.globalNetworkId("globalNetworkId")
.linkId("linkId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLinkAssociationProps.Builder
A builder for
CfnLinkAssociationProps |
static class |
CfnLinkAssociationProps.Jsii$Proxy
An implementation for
CfnLinkAssociationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnLinkAssociationProps.Builder |
builder() |
String |
getDeviceId()
The device ID for the link association.
|
String |
getGlobalNetworkId()
The ID of the global network.
|
String |
getLinkId()
The ID of the link.
|
@Stability(value=Stable) @NotNull String getDeviceId()
@Stability(value=Stable) @NotNull String getGlobalNetworkId()
@Stability(value=Stable) @NotNull String getLinkId()
@Stability(value=Stable) static CfnLinkAssociationProps.Builder builder()
CfnLinkAssociationProps.Builder of CfnLinkAssociationPropsCopyright © 2022. All rights reserved.