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 Details

    • type

      Finding.Builder type(String 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

      Finding.Builder description(String 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.