Package com.oracle.bmc.aivision.model
Class ObjectListInlineInputLocation.Builder
- java.lang.Object
-
- com.oracle.bmc.aivision.model.ObjectListInlineInputLocation.Builder
-
- Enclosing class:
- ObjectListInlineInputLocation
public static class ObjectListInlineInputLocation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectListInlineInputLocation
build()
ObjectListInlineInputLocation.Builder
copy(ObjectListInlineInputLocation model)
ObjectListInlineInputLocation.Builder
objectLocations(List<ObjectLocation> objectLocations)
The list of ObjectLocations.
-
-
-
Method Detail
-
objectLocations
public ObjectListInlineInputLocation.Builder objectLocations(List<ObjectLocation> objectLocations)
The list of ObjectLocations.- Parameters:
objectLocations
- the value to set- Returns:
- this builder
-
build
public ObjectListInlineInputLocation build()
-
copy
public ObjectListInlineInputLocation.Builder copy(ObjectListInlineInputLocation model)
-
-