Class KeyValue.Builder
- java.lang.Object
-
- com.oracle.bmc.containerengine.model.KeyValue.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyValue
build()
KeyValue.Builder
copy(KeyValue model)
KeyValue.Builder
key(String key)
The key of the pair.KeyValue.Builder
value(String value)
The value of the pair.
-
-
-
Method Detail
-
key
public KeyValue.Builder key(String key)
The key of the pair.- Parameters:
key
- the value to set- Returns:
- this builder
-
value
public KeyValue.Builder value(String value)
The value of the pair.- Parameters:
value
- the value to set- Returns:
- this builder
-
build
public KeyValue build()
-
copy
public KeyValue.Builder copy(KeyValue model)
-
-