public static final class UnboundedKeyValuePair.Builder
extends java.lang.Object
UnboundedKeyValuePair.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
UnboundedKeyValuePair. |
| Modifier and Type | Method and Description |
|---|---|
UnboundedKeyValuePair |
build() |
UnboundedKeyValuePair.Builder |
setKey(java.lang.String key)
Key
|
UnboundedKeyValuePair.Builder |
setValue(java.lang.String value)
Value
|
public Builder()
UnboundedKeyValuePair.public UnboundedKeyValuePair.Builder setKey(java.lang.String key)
key - New value for the property.public UnboundedKeyValuePair.Builder setValue(java.lang.String value)
value - New value for the property.public UnboundedKeyValuePair build()