Interface ThreatModelSummary.Builder

  • Method Details

    • threatModelId

      ThreatModelSummary.Builder threatModelId(String threatModelId)

      The unique identifier of the threat model.

      Parameters:
      threatModelId - The unique identifier of the threat model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • agentSpaceId

      ThreatModelSummary.Builder agentSpaceId(String agentSpaceId)

      The unique identifier of the agent space that contains the threat model.

      Parameters:
      agentSpaceId - The unique identifier of the agent space that contains the threat model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • title

      The title of the threat model.

      Parameters:
      title - The title of the threat model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      ThreatModelSummary.Builder createdAt(Instant createdAt)

      The date and time the threat model was created, in UTC format.

      Parameters:
      createdAt - The date and time the threat model was created, in UTC format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      ThreatModelSummary.Builder updatedAt(Instant updatedAt)

      The date and time the threat model was last updated, in UTC format.

      Parameters:
      updatedAt - The date and time the threat model was last updated, in UTC format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.