Interface PentestJobSummary.Builder

  • Method Details

    • pentestJobId

      PentestJobSummary.Builder pentestJobId(String pentestJobId)

      Unique identifier of the pentest job

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

      PentestJobSummary.Builder pentestId(String pentestId)

      Identifier of the parent pentest

      Parameters:
      pentestId - Identifier of the parent pentest
      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.
    • status

      Current status of the pentest job

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

      Current status of the pentest job

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

      PentestJobSummary.Builder createdAt(Instant createdAt)

      Timestamp when the pentest job was created

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

      PentestJobSummary.Builder updatedAt(Instant updatedAt)

      Timestamp when the pentest job was last updated

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