@Stability(value=Stable) public static final class CfnLinkAssociationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnLinkAssociationProps>
CfnLinkAssociationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLinkAssociationProps |
build()
Builds the configured instance.
|
CfnLinkAssociationProps.Builder |
deviceId(String deviceId)
Sets the value of
CfnLinkAssociationProps.getDeviceId() |
CfnLinkAssociationProps.Builder |
globalNetworkId(String globalNetworkId)
Sets the value of
CfnLinkAssociationProps.getGlobalNetworkId() |
CfnLinkAssociationProps.Builder |
linkId(String linkId)
Sets the value of
CfnLinkAssociationProps.getLinkId() |
@Stability(value=Stable) public CfnLinkAssociationProps.Builder deviceId(String deviceId)
CfnLinkAssociationProps.getDeviceId()deviceId - `AWS::NetworkManager::LinkAssociation.DeviceId`. This parameter is required.this@Stability(value=Stable) public CfnLinkAssociationProps.Builder globalNetworkId(String globalNetworkId)
CfnLinkAssociationProps.getGlobalNetworkId()globalNetworkId - `AWS::NetworkManager::LinkAssociation.GlobalNetworkId`. This parameter is required.this@Stability(value=Stable) public CfnLinkAssociationProps.Builder linkId(String linkId)
CfnLinkAssociationProps.getLinkId()linkId - `AWS::NetworkManager::LinkAssociation.LinkId`. This parameter is required.this@Stability(value=Stable) public CfnLinkAssociationProps build()
build in interface software.amazon.jsii.Builder<CfnLinkAssociationProps>CfnLinkAssociationPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.