Interface DiscoveredEndpoint.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DiscoveredEndpoint.Builder,,DiscoveredEndpoint> SdkBuilder<DiscoveredEndpoint.Builder,,DiscoveredEndpoint> SdkPojo
- Enclosing class:
DiscoveredEndpoint
@Mutable
@NotThreadSafe
public static interface DiscoveredEndpoint.Builder
extends SdkPojo, CopyableBuilder<DiscoveredEndpoint.Builder,DiscoveredEndpoint>
-
Method Summary
Modifier and TypeMethodDescriptionagentSpaceId(String agentSpaceId) The unique identifier of the agent space associated with the discovered endpoint.description(String description) A description of the discovered endpoint.The evidence that led to the discovery of the endpoint.The HTTP operation associated with the discovered endpoint.pentestJobId(String pentestJobId) The unique identifier of the pentest job that discovered the endpoint.The unique identifier of the task that discovered the endpoint.The URI of the discovered endpoint.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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
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
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
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
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
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.
-