Interface KeyValue.Builder

All Superinterfaces:
Buildable, CopyableBuilder<KeyValue.Builder,KeyValue>, SdkBuilder<KeyValue.Builder,KeyValue>, SdkPojo
Enclosing class:
KeyValue

@Mutable @NotThreadSafe public static interface KeyValue.Builder extends SdkPojo, CopyableBuilder<KeyValue.Builder,KeyValue>
  • Method Details

    • key

      The unique identifier of a key-value pair.

      Parameters:
      key - The unique identifier of a key-value pair.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      KeyValue.Builder value(String value)

      The value part of the identified key.

      Parameters:
      value - The value part of the identified key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.