Interface ProductCode.Builder

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

public static interface ProductCode.Builder extends SdkPojo, CopyableBuilder<ProductCode.Builder,ProductCode>
  • Method Details

    • 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

      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: