Interface Product.Builder

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

@Mutable @NotThreadSafe public static interface Product.Builder extends SdkPojo, CopyableBuilder<Product.Builder,Product>
  • Method Details

    • name

      Product.Builder name(String name)

      The name of the product.

      Parameters:
      name - The name of the product.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • feature

      Product.Builder feature(String feature)

      The specific feature within the product that produced the investigation.

      Parameters:
      feature - The specific feature within the product that produced the investigation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.