Interface FindingSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FindingSummary.Builder,,FindingSummary> SdkBuilder<FindingSummary.Builder,,FindingSummary> SdkPojo
- Enclosing class:
FindingSummary
-
Method Summary
Modifier and TypeMethodDescriptionagentSpaceId(String agentSpaceId) The unique identifier of the agent space associated with the finding.codeReviewId(String codeReviewId) The unique identifier of the code review associated with the finding.codeReviewJobId(String codeReviewJobId) The unique identifier of the code review job that produced the finding.confidence(String confidence) The confidence level of the finding.confidence(ConfidenceLevel confidence) The confidence level of the finding.The date and time the finding was created, in UTC format.The unique identifier of the finding.The name of the finding.The unique identifier of the pentest associated with the finding.pentestJobId(String pentestJobId) The unique identifier of the pentest job that produced the finding.The risk level of the finding.The risk level of the finding.The type of security risk identified by the finding.The current status of the finding.status(FindingStatus status) The current status of the finding.The date and time the finding was last updated, in UTC format.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
-
findingId
The unique identifier of the finding.
- Parameters:
findingId- The unique identifier of the finding.- 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 finding.
- Parameters:
agentSpaceId- The unique identifier of the agent space associated with the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pentestId
The unique identifier of the pentest associated with the finding.
- Parameters:
pentestId- The unique identifier of the pentest associated with the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pentestJobId
The unique identifier of the pentest job that produced the finding.
- Parameters:
pentestJobId- The unique identifier of the pentest job that produced the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeReviewId
The unique identifier of the code review associated with the finding.
- Parameters:
codeReviewId- The unique identifier of the code review associated with the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeReviewJobId
The unique identifier of the code review job that produced the finding.
- Parameters:
codeReviewJobId- The unique identifier of the code review job that produced the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the finding.
- Parameters:
name- The name of the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the finding.
- Parameters:
status- The current status of the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the finding.
- Parameters:
status- The current status of the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
riskType
The type of security risk identified by the finding.
- Parameters:
riskType- The type of security risk identified by the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
riskLevel
The risk level of the finding.
- Parameters:
riskLevel- The risk level of the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
riskLevel
The risk level of the finding.
- Parameters:
riskLevel- The risk level of the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
confidence
The confidence level of the finding.
- Parameters:
confidence- The confidence level of the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
confidence
The confidence level of the finding.
- Parameters:
confidence- The confidence level of the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The date and time the finding was created, in UTC format.
- Parameters:
createdAt- The date and time the finding was created, in UTC format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time the finding was last updated, in UTC format.
- Parameters:
updatedAt- The date and time the finding was last updated, in UTC format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-