Interface PentestSummary.Builder

  • Method Details

    • pentestId

      PentestSummary.Builder pentestId(String pentestId)

      Unique identifier for the pentest

      Parameters:
      pentestId - Unique identifier for the pentest
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • agentSpaceId

      PentestSummary.Builder agentSpaceId(String agentSpaceId)

      ID of the agent space where the pentest exists

      Parameters:
      agentSpaceId - ID of the agent space where the pentest exists
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • title

      Title or name of the pentest

      Parameters:
      title - Title or name of the pentest
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      PentestSummary.Builder createdAt(Instant createdAt)

      Timestamp when the pentest was created

      Parameters:
      createdAt - Timestamp when the pentest was created
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      PentestSummary.Builder updatedAt(Instant updatedAt)

      Timestamp when the pentest was last updated

      Parameters:
      updatedAt - Timestamp when the pentest was last updated
      Returns:
      Returns a reference to this object so that method calls can be chained together.