@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 - The device ID for the link association. This parameter is required.this@Stability(value=Stable) public CfnLinkAssociationProps.Builder globalNetworkId(String globalNetworkId)
CfnLinkAssociationProps.getGlobalNetworkId()globalNetworkId - The ID of the global network. This parameter is required.this@Stability(value=Stable) public CfnLinkAssociationProps.Builder linkId(String linkId)
CfnLinkAssociationProps.getLinkId()linkId - The ID of the link. 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 © 2022. All rights reserved.