KeyValue.DefinitionStages.WithValue Interface
public static interface KeyValue.DefinitionStages.WithValue
The stage of the KeyValue definition allowing to specify value.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withValue(String value)
Specifies the value property: The value of the key-value.. |
Method Details
withValue
public abstract KeyValue.DefinitionStages.WithCreate withValue(String value)
Specifies the value property: The value of the key-value..
Parameters:
value
- The value of the key-value.
Returns:
the next definition stage.