Interface ProductCode.Builder

    • Method Detail

      • productCodeId

        ProductCode.Builder productCodeId​(String productCodeId)

        Id of a product code associated with a volume.

        Parameters:
        productCodeId - Id of a product code associated with a volume.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • productCodeMode

        ProductCode.Builder productCodeMode​(String productCodeMode)

        Mode of a product code associated with a volume.

        Parameters:
        productCodeMode - Mode of a product code associated with a volume.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ProductCodeMode, ProductCodeMode
      • productCodeMode

        ProductCode.Builder productCodeMode​(ProductCodeMode productCodeMode)

        Mode of a product code associated with a volume.

        Parameters:
        productCodeMode - Mode of a product code associated with a volume.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ProductCodeMode, ProductCodeMode