Interface DiscoveredEndpoint.Builder

  • Method Details

    • uri

      The URI of the discovered endpoint

      Parameters:
      uri - The URI of the discovered endpoint
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pentestJobId

      DiscoveredEndpoint.Builder pentestJobId(String pentestJobId)

      Identifier of the pentest job that discovered this endpoint

      Parameters:
      pentestJobId - Identifier of the pentest job that discovered this endpoint
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • taskId

      Identifier of the task that discovered this endpoint

      Parameters:
      taskId - Identifier of the task that discovered this endpoint
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • agentSpaceId

      DiscoveredEndpoint.Builder agentSpaceId(String agentSpaceId)

      Identifier of the agent space where the endpoint was discovered

      Parameters:
      agentSpaceId - Identifier of the agent space where the endpoint was discovered
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • evidence

      DiscoveredEndpoint.Builder evidence(String evidence)

      Optional evidence or additional information about the endpoint

      Parameters:
      evidence - Optional evidence or additional information about the endpoint
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operation

      DiscoveredEndpoint.Builder operation(String operation)

      Operation or action associated with the endpoint

      Parameters:
      operation - Operation or action associated with the endpoint
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      DiscoveredEndpoint.Builder description(String description)

      Additional description of the endpoint

      Parameters:
      description - Additional description of the endpoint
      Returns:
      Returns a reference to this object so that method calls can be chained together.