Class KeyValue.Builder
- java.lang.Object
- 
- com.oracle.bmc.containerengine.model.KeyValue.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyValuebuild()KeyValue.Buildercopy(KeyValue model)KeyValue.Builderkey(String key)The key of the pair.KeyValue.Buildervalue(String value)The value of the pair.
 
- 
- 
- 
Method Detail- 
keypublic KeyValue.Builder key(String key) The key of the pair.- Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
valuepublic KeyValue.Builder value(String value) The value of the pair.- Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
buildpublic KeyValue build() 
 - 
copypublic KeyValue.Builder copy(KeyValue model) 
 
- 
 
-