Interface InvestigationMetadata.Builder

  • Method Details

    • version

      The version of the investigation engine that produced the results.

      Parameters:
      version - The version of the investigation engine that produced the results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • product

      Information about the product that produced the investigation.

      Parameters:
      product - Information about the product that produced the investigation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • product

      Information about the product that produced the investigation.

      This is a convenience method that creates an instance of the Product.Builder avoiding the need to create one manually via Product.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to product(Product).

      Parameters:
      product - a consumer that will call methods on Product.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: