Interface RelatedFinding.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RelatedFinding.Builder,RelatedFinding>, SdkBuilder<RelatedFinding.Builder,RelatedFinding>, SdkPojo
Enclosing class:
RelatedFinding

public static interface RelatedFinding.Builder extends SdkPojo, CopyableBuilder<RelatedFinding.Builder,RelatedFinding>
  • Method Details

    • productArn

      RelatedFinding.Builder productArn(String productArn)

      The ARN of the product that generated a related finding.

      Parameters:
      productArn - The ARN of the product that generated a related finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The product-generated identifier for a related finding.

      Parameters:
      id - The product-generated identifier for a related finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.