Configuration.UpdateStages.WithSource Interface

public static interface Configuration.UpdateStages.WithSource

The stage of the Configuration update allowing to specify source.

Method Summary

Modifier and Type Method and Description
abstract Update withSource(String source)

Specifies the source property: Source of the configuration..

Method Details

withSource

public abstract Configuration.Update withSource(String source)

Specifies the source property: Source of the configuration..

Parameters:

source - Source of the configuration.

Returns:

the next definition stage.

Applies to