Interface StartPentestJobResponse.Builder

  • Method Details

    • title

      The title of the pentest job.

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

      The current status of the pentest job.

      Parameters:
      status - The current status of the pentest job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the pentest job.

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

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

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

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

      Parameters:
      updatedAt - The date and time the pentest job was last updated, in UTC format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.
    • pentestJobId

      StartPentestJobResponse.Builder pentestJobId(String pentestJobId)

      The unique identifier of the started pentest job.

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

      StartPentestJobResponse.Builder agentSpaceId(String agentSpaceId)

      The unique identifier of the agent space.

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