BigDataPoolResourceInfo.DefinitionStages.WithSparkVersion Interface

public static interface BigDataPoolResourceInfo.DefinitionStages.WithSparkVersion

The stage of the BigDataPoolResourceInfo definition allowing to specify sparkVersion.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withSparkVersion(String sparkVersion)

Specifies the sparkVersion property: The Apache Spark version..

Method Details

withSparkVersion

public abstract BigDataPoolResourceInfo.DefinitionStages.WithCreate withSparkVersion(String sparkVersion)

Specifies the sparkVersion property: The Apache Spark version..

Parameters:

sparkVersion - The Apache Spark version.

Returns:

the next definition stage.

Applies to