public static class KeyValueOptions.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder()
Construct an instance of the builder
|
Builder(KeyValueOptions kvo)
Construct an instance of the builder based on an existing KeyValueOptions
|
| Modifier and Type | Method and Description |
|---|---|
KeyValueOptions |
build()
Builds the KeyValue Options.
|
public Builder()
public Builder(KeyValueOptions kvo)
kvo - the KeyValueOptionspublic KeyValueOptions build()