BigDataPoolResourceInfo.DefinitionStages.WithDefaultSparkLogFolder Interface

public static interface BigDataPoolResourceInfo.DefinitionStages.WithDefaultSparkLogFolder

The stage of the BigDataPoolResourceInfo definition allowing to specify defaultSparkLogFolder.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDefaultSparkLogFolder(String defaultSparkLogFolder)

Specifies the defaultSparkLogFolder property: The default folder where Spark logs will be written..

Method Details

withDefaultSparkLogFolder

public abstract BigDataPoolResourceInfo.DefinitionStages.WithCreate withDefaultSparkLogFolder(String defaultSparkLogFolder)

Specifies the defaultSparkLogFolder property: The default folder where Spark logs will be written..

Parameters:

defaultSparkLogFolder - The default folder where Spark logs will be written.

Returns:

the next definition stage.

Applies to