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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStorageLocationsbuild()ObjectStorageLocations.Buildercopy(ObjectStorageLocations model)ObjectStorageLocations.BuilderobjectLocations(List<ObjectLocation> objectLocations)The list of ObjectLocations.
 
- 
- 
- 
Method Detail- 
objectLocationspublic ObjectStorageLocations.Builder objectLocations(List<ObjectLocation> objectLocations) The list of ObjectLocations.- Parameters:
- objectLocations- the value to set
- Returns:
- this builder
 
 - 
buildpublic ObjectStorageLocations build() 
 - 
copypublic ObjectStorageLocations.Builder copy(ObjectStorageLocations model) 
 
- 
 
-