Interface MatterCluster.Builder

  • Method Details

    • id

      The cluster id.

      Parameters:
      id - The cluster id.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attributes

      MatterCluster.Builder attributes(Document attributes)

      The Matter attributes.

      Parameters:
      attributes - The Matter attributes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • commands

      Describe the Matter commands with the Matter command identifier mapped to the command fields.

      Parameters:
      commands - Describe the Matter commands with the Matter command identifier mapped to the command fields.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • events

      Describe the Matter events with the Matter event identifier mapped to the event fields.

      Parameters:
      events - Describe the Matter events with the Matter event identifier mapped to the event fields.
      Returns:
      Returns a reference to this object so that method calls can be chained together.