Uses of Class
com.oracle.bmc.containerengine.model.KeyValue.Builder
-
Packages that use KeyValue.Builder Package Description com.oracle.bmc.containerengine.model -
-
Uses of KeyValue.Builder in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return KeyValue.Builder Modifier and Type Method Description static KeyValue.Builder
KeyValue. builder()
Create a new builder.KeyValue.Builder
KeyValue.Builder. copy(KeyValue model)
KeyValue.Builder
KeyValue.Builder. key(String key)
The key of the pair.KeyValue.Builder
KeyValue. toBuilder()
KeyValue.Builder
KeyValue.Builder. value(String value)
The value of the pair.
-