public static interface KeyValue.Builder extends SdkPojo, CopyableBuilder<KeyValue.Builder,KeyValue>
Modifier and Type | Method and Description |
---|---|
KeyValue.Builder |
key(String key)
The unique identifier of a key value pair.
|
KeyValue.Builder |
value(String value)
The value part of the identified key.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
KeyValue.Builder key(String key)
The unique identifier of a key value pair.
key
- The unique identifier of a key value pair.KeyValue.Builder value(String value)
The value part of the identified key.
value
- The value part of the identified key.Copyright © 2020. All rights reserved.