Interface ManagedThingAssociation.Builder

  • Method Details

    • managedThingId

      ManagedThingAssociation.Builder managedThingId(String managedThingId)

      The identifier of the managed thing in the association.

      Parameters:
      managedThingId - The identifier of the managed thing in the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountAssociationId

      ManagedThingAssociation.Builder accountAssociationId(String accountAssociationId)

      The identifier of the account association in the association.

      Parameters:
      accountAssociationId - The identifier of the account association in the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • managedThingAssociationStatus

      ManagedThingAssociation.Builder managedThingAssociationStatus(String managedThingAssociationStatus)

      The status of the registration between the managed thing and the account association. Indicates whether the device is pre-associated or fully associated with the account association.

      Parameters:
      managedThingAssociationStatus - The status of the registration between the managed thing and the account association. Indicates whether the device is pre-associated or fully associated with the account association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • managedThingAssociationStatus

      ManagedThingAssociation.Builder managedThingAssociationStatus(ManagedThingAssociationStatus managedThingAssociationStatus)

      The status of the registration between the managed thing and the account association. Indicates whether the device is pre-associated or fully associated with the account association.

      Parameters:
      managedThingAssociationStatus - The status of the registration between the managed thing and the account association. Indicates whether the device is pre-associated or fully associated with the account association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: