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)

      The unique identifier of the pentest job that discovered the endpoint.

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

      The unique identifier of the task that discovered the endpoint.

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

      DiscoveredEndpoint.Builder agentSpaceId(String agentSpaceId)

      The unique identifier of the agent space associated with the discovered endpoint.

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

      DiscoveredEndpoint.Builder evidence(String evidence)

      The evidence that led to the discovery of the endpoint.

      Parameters:
      evidence - The evidence that led to the discovery of the endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operation

      DiscoveredEndpoint.Builder operation(String operation)

      The HTTP operation associated with the discovered endpoint.

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

      DiscoveredEndpoint.Builder description(String description)

      A description of the discovered endpoint.

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