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