Interface LinkAssociation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LinkAssociation.Builder,LinkAssociation>, SdkBuilder<LinkAssociation.Builder,LinkAssociation>, SdkPojo
Enclosing class:
LinkAssociation

public static interface LinkAssociation.Builder extends SdkPojo, CopyableBuilder<LinkAssociation.Builder,LinkAssociation>
  • Method Details

    • globalNetworkId

      LinkAssociation.Builder globalNetworkId(String globalNetworkId)

      The ID of the global network.

      Parameters:
      globalNetworkId - The ID of the global network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deviceId

      LinkAssociation.Builder deviceId(String deviceId)

      The device ID for the link association.

      Parameters:
      deviceId - The device ID for the link association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • linkId

      The ID of the link.

      Parameters:
      linkId - The ID of the link.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • linkAssociationState

      LinkAssociation.Builder linkAssociationState(String linkAssociationState)

      The state of the association.

      Parameters:
      linkAssociationState - The state of the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • linkAssociationState

      LinkAssociation.Builder linkAssociationState(LinkAssociationState linkAssociationState)

      The state of the association.

      Parameters:
      linkAssociationState - The state of the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: