Interface ComputePlatform.Builder

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

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

    • product

      ComputePlatform.Builder product(String product)

      The compute platform product.

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

      The compute platform vendor.

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

      ComputePlatform.Builder version(String version)

      The compute platform version.

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