Interface PentestSummary.Builder

  • Method Details

    • pentestId

      PentestSummary.Builder pentestId(String pentestId)

      The unique identifier of the pentest.

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

      PentestSummary.Builder agentSpaceId(String agentSpaceId)

      The unique identifier of the agent space that contains the pentest.

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

      The title of the pentest.

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

      PentestSummary.Builder createdAt(Instant createdAt)

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

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

      PentestSummary.Builder updatedAt(Instant updatedAt)

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

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