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
With |
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:
Returns: