Configuration.UpdateStages.WithValue Interface

public static interface Configuration.UpdateStages.WithValue

The stage of the Configuration update allowing to specify value.

Method Summary

Modifier and Type Method and Description
abstract Update withValue(String value)

Specifies the value property: Value of the configuration..

Method Details

withValue

public abstract Configuration.Update withValue(String value)

Specifies the value property: Value of the configuration..

Parameters:

value - Value of the configuration.

Returns:

the next definition stage.

Applies to