Configuration.DefinitionStages.WithValue Interface

public static interface Configuration.DefinitionStages.WithValue

The stage of the Configuration definition allowing to specify value.

Method Summary

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

Specifies the value property: Value of the configuration..

Method Details

withValue

public abstract Configuration.DefinitionStages.WithCreate withValue(String value)

Specifies the value property: Value of the configuration..

Parameters:

value - Value of the configuration.

Returns:

the next definition stage.

Applies to