Class KeyValueProperty.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.KeyValueProperty.Builder
-
- Enclosing class:
- KeyValueProperty
public static class KeyValueProperty.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyValuePropertybuild()KeyValueProperty.Buildercopy(KeyValueProperty model)KeyValueProperty.Builderkey(String key)Name of the configuration variable or property to set for the catalog item.KeyValueProperty.Buildervalue(String value)The value assigned to the specified configuration property key.
-
-
-
Method Detail
-
key
public KeyValueProperty.Builder key(String key)
Name of the configuration variable or property to set for the catalog item.- Parameters:
key- the value to set- Returns:
- this builder
-
value
public KeyValueProperty.Builder value(String value)
The value assigned to the specified configuration property key.- Parameters:
value- the value to set- Returns:
- this builder
-
build
public KeyValueProperty build()
-
copy
public KeyValueProperty.Builder copy(KeyValueProperty model)
-
-