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) Identifier of the agent space where the endpoint was discovereddescription(String description) Additional description of the endpointOptional evidence or additional information about the endpointOperation or action associated with the endpointpentestJobId(String pentestJobId) Identifier of the pentest job that discovered this endpointIdentifier of the task that discovered this endpointThe URI of the discovered endpointMethods 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
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
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
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
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
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.
-