public static interface LinkAssociation.Builder extends SdkPojo, CopyableBuilder<LinkAssociation.Builder,LinkAssociation>
| Modifier and Type | Method and Description |
|---|---|
LinkAssociation.Builder |
deviceId(String deviceId)
The device ID for the link association.
|
LinkAssociation.Builder |
globalNetworkId(String globalNetworkId)
The ID of the global network.
|
LinkAssociation.Builder |
linkAssociationState(LinkAssociationState linkAssociationState)
The state of the association.
|
LinkAssociation.Builder |
linkAssociationState(String linkAssociationState)
The state of the association.
|
LinkAssociation.Builder |
linkId(String linkId)
The ID of the link.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLinkAssociation.Builder globalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId - The ID of the global network.LinkAssociation.Builder deviceId(String deviceId)
The device ID for the link association.
deviceId - The device ID for the link association.LinkAssociation.Builder linkId(String linkId)
The ID of the link.
linkId - The ID of the link.LinkAssociation.Builder linkAssociationState(String linkAssociationState)
The state of the association.
linkAssociationState - The state of the association.LinkAssociationState,
LinkAssociationStateLinkAssociation.Builder linkAssociationState(LinkAssociationState linkAssociationState)
The state of the association.
linkAssociationState - The state of the association.LinkAssociationState,
LinkAssociationStateCopyright © 2022. All rights reserved.