Interface ProductCodeListItem.Builder

  • Method Details

    • productCodeId

      ProductCodeListItem.Builder productCodeId(String productCodeId)

      For Amazon Web Services Marketplace components, this contains the product code ID that can be stamped onto an EC2 AMI to ensure that components are billed correctly. If this property is empty, it might mean that the component is not published.

      Parameters:
      productCodeId - For Amazon Web Services Marketplace components, this contains the product code ID that can be stamped onto an EC2 AMI to ensure that components are billed correctly. If this property is empty, it might mean that the component is not published.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • productCodeType

      ProductCodeListItem.Builder productCodeType(String productCodeType)

      The owner of the product code that's billed. If this property is empty, it might mean that the component is not published.

      Parameters:
      productCodeType - The owner of the product code that's billed. If this property is empty, it might mean that the component is not published.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • productCodeType

      ProductCodeListItem.Builder productCodeType(ProductCodeType productCodeType)

      The owner of the product code that's billed. If this property is empty, it might mean that the component is not published.

      Parameters:
      productCodeType - The owner of the product code that's billed. If this property is empty, it might mean that the component is not published.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: