Interface MeteredProductSummary.Builder

    • Method Detail

      • family

        MeteredProductSummary.Builder family​(String family)

        The family to which the metered product belongs.

        Parameters:
        family - The family to which the metered product belongs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • port

        MeteredProductSummary.Builder port​(Integer port)

        The port on which the metered product should run.

        Parameters:
        port - The port on which the metered product should run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • productId

        MeteredProductSummary.Builder productId​(String productId)

        The product ID.

        Parameters:
        productId - The product ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vendor

        MeteredProductSummary.Builder vendor​(String vendor)

        The vendor.

        Parameters:
        vendor - The vendor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.