Uses of Class
com.oracle.bmc.aidocument.model.ObjectLocation.Builder
- 
Packages that use ObjectLocation.Builder Package Description com.oracle.bmc.aidocument.model 
- 
- 
Uses of ObjectLocation.Builder in com.oracle.bmc.aidocument.modelMethods in com.oracle.bmc.aidocument.model that return ObjectLocation.Builder Modifier and Type Method Description ObjectLocation.BuilderObjectLocation.Builder. bucketName(String bucketName)The Object Storage bucket name.static ObjectLocation.BuilderObjectLocation. builder()Create a new builder.ObjectLocation.BuilderObjectLocation.Builder. copy(ObjectLocation model)ObjectLocation.BuilderObjectLocation.Builder. namespaceName(String namespaceName)The Object Storage namespace name.ObjectLocation.BuilderObjectLocation.Builder. objectName(String objectName)The Object Storage object name.ObjectLocation.BuilderObjectLocation.Builder. pageRange(List<String> pageRange)The page ranges to be analysed.ObjectLocation.BuilderObjectLocation. toBuilder()
 
-