Workspace.UpdateStages.WithImageBuildCompute Interface

public static interface Workspace.UpdateStages.WithImageBuildCompute

The stage of the Workspace update allowing to specify imageBuildCompute.

Method Summary

Modifier and Type Method and Description
abstract Update withImageBuildCompute(String imageBuildCompute)

Specifies the imageBuildCompute property: The compute name for image build.

Method Details

withImageBuildCompute

public abstract Workspace.Update withImageBuildCompute(String imageBuildCompute)

Specifies the imageBuildCompute property: The compute name for image build.

Parameters:

imageBuildCompute - The compute name for image build.

Returns:

the next definition stage.

Applies to