Package com.oracle.bmc.cloudguard.model
Class PropertyTuple.Builder
- java.lang.Object
-
- com.oracle.bmc.cloudguard.model.PropertyTuple.Builder
-
- Enclosing class:
- PropertyTuple
public static class PropertyTuple.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyTuple
build()
PropertyTuple.Builder
copy(PropertyTuple model)
PropertyTuple.Builder
key(String key)
keyPropertyTuple.Builder
value(String value)
value
-
-
-
Method Detail
-
key
public PropertyTuple.Builder key(String key)
key- Parameters:
key
- the value to set- Returns:
- this builder
-
value
public PropertyTuple.Builder value(String value)
value- Parameters:
value
- the value to set- Returns:
- this builder
-
build
public PropertyTuple build()
-
copy
public PropertyTuple.Builder copy(PropertyTuple model)
-
-