Interface FindingSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FindingSummary.Builder,,FindingSummary> SdkBuilder<FindingSummary.Builder,,FindingSummary> SdkPojo
- Enclosing class:
FindingSummary
@Mutable
@NotThreadSafe
public static interface FindingSummary.Builder
extends SdkPojo, CopyableBuilder<FindingSummary.Builder,FindingSummary>
-
Method Summary
Modifier and TypeMethodDescriptionagentSpaceId(String agentSpaceId) Identifier of the agent space that created this findingconfidence(String confidence) Confidence level of the findingconfidence(ConfidenceLevel confidence) Confidence level of the findingTimestamp when the finding was createdUnique identifier for the findingName or title of the findingIdentifier of the parent pentestpentestJobId(String pentestJobId) Identifier of the pentest jobSeverity level of the identified riskSeverity level of the identified riskType of security risk identifiedCurrent status of the findingstatus(FindingStatus status) Current status of the findingTimestamp when the finding was last updatedMethods 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
-
findingId
Unique identifier for the finding
- Parameters:
findingId- Unique identifier for the finding- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentSpaceId
Identifier of the agent space that created this finding
- Parameters:
agentSpaceId- Identifier of the agent space that created this finding- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
pentestJobId
Identifier of the pentest job
- Parameters:
pentestJobId- Identifier of the pentest job- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Name or title of the finding
- Parameters:
name- Name or title of the finding- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Current status of the finding
- Parameters:
status- Current status of the finding- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Current status of the finding
- Parameters:
status- Current status of the finding- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
riskType
Type of security risk identified
- Parameters:
riskType- Type of security risk identified- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
riskLevel
Severity level of the identified risk
- Parameters:
riskLevel- Severity level of the identified risk- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
riskLevel
Severity level of the identified risk
- Parameters:
riskLevel- Severity level of the identified risk- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
confidence
Confidence level of the finding
- Parameters:
confidence- Confidence level of the finding- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
confidence
Confidence level of the finding
- Parameters:
confidence- Confidence level of the finding- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
Timestamp when the finding was created
- Parameters:
createdAt- Timestamp when the finding was created- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
Timestamp when the finding was last updated
- Parameters:
updatedAt- Timestamp when the finding was last updated- Returns:
- Returns a reference to this object so that method calls can be chained together.
-