public static interface ConnectPeerAssociation.Builder extends SdkPojo, CopyableBuilder<ConnectPeerAssociation.Builder,ConnectPeerAssociation>
| Modifier and Type | Method and Description |
|---|---|
ConnectPeerAssociation.Builder |
connectPeerId(String connectPeerId)
The ID of the Connect peer.
|
ConnectPeerAssociation.Builder |
deviceId(String deviceId)
The ID of the device to connect to.
|
ConnectPeerAssociation.Builder |
globalNetworkId(String globalNetworkId)
The ID of the global network.
|
ConnectPeerAssociation.Builder |
linkId(String linkId)
The ID of the link.
|
ConnectPeerAssociation.Builder |
state(ConnectPeerAssociationState state)
The state of the Connect peer association.
|
ConnectPeerAssociation.Builder |
state(String state)
The state of the Connect peer association.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectPeerAssociation.Builder connectPeerId(String connectPeerId)
The ID of the Connect peer.
connectPeerId - The ID of the Connect peer.ConnectPeerAssociation.Builder globalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId - The ID of the global network.ConnectPeerAssociation.Builder deviceId(String deviceId)
The ID of the device to connect to.
deviceId - The ID of the device to connect to.ConnectPeerAssociation.Builder linkId(String linkId)
The ID of the link.
linkId - The ID of the link.ConnectPeerAssociation.Builder state(String state)
The state of the Connect peer association.
state - The state of the Connect peer association.ConnectPeerAssociationState,
ConnectPeerAssociationStateConnectPeerAssociation.Builder state(ConnectPeerAssociationState state)
The state of the Connect peer association.
state - The state of the Connect peer association.ConnectPeerAssociationState,
ConnectPeerAssociationStateCopyright © 2023. All rights reserved.