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, sdkFieldscopyapplyMutation, buildKeyValue.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 © 2022. All rights reserved.