Interface Finding.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Finding.Builder,,Finding> SdkBuilder<Finding.Builder,,Finding> SdkPojo
- Enclosing class:
Finding
@Mutable
@NotThreadSafe
public static interface Finding.Builder
extends SdkPojo, CopyableBuilder<Finding.Builder,Finding>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A human-readable description of the finding.The type or category of the finding.type(FindingType type) The type or category of the finding.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
-
type
The type or category of the finding. This classifies the finding as an error, warning, recommendation, or informational message to help users understand the severity and nature of the issue.
- Parameters:
type- The type or category of the finding. This classifies the finding as an error, warning, recommendation, or informational message to help users understand the severity and nature of the issue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type or category of the finding. This classifies the finding as an error, warning, recommendation, or informational message to help users understand the severity and nature of the issue.
- Parameters:
type- The type or category of the finding. This classifies the finding as an error, warning, recommendation, or informational message to help users understand the severity and nature of the issue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
A human-readable description of the finding. This provides detailed information about the issue, recommendation, or validation result to help users understand and address the finding.
- Parameters:
description- A human-readable description of the finding. This provides detailed information about the issue, recommendation, or validation result to help users understand and address the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-