Uses of Class
com.oracle.bmc.generativeaiagent.model.ObjectStorageInputLocation.Builder
-
Packages that use ObjectStorageInputLocation.Builder Package Description com.oracle.bmc.generativeaiagent.model -
-
Uses of ObjectStorageInputLocation.Builder in com.oracle.bmc.generativeaiagent.model
Methods in com.oracle.bmc.generativeaiagent.model that return ObjectStorageInputLocation.Builder Modifier and Type Method Description ObjectStorageInputLocation.Builder
ObjectStorageInputLocation.Builder. bucketName(String bucketName)
The bucket name of an object.static ObjectStorageInputLocation.Builder
ObjectStorageInputLocation. builder()
Create a new builder.ObjectStorageInputLocation.Builder
ObjectStorageInputLocation.Builder. copy(ObjectStorageInputLocation model)
ObjectStorageInputLocation.Builder
ObjectStorageInputLocation.Builder. namespaceName(String namespaceName)
The namespace name of an object.ObjectStorageInputLocation.Builder
ObjectStorageInputLocation.Builder. prefix(String prefix)
The prefix of file object(s) or folder prefix.ObjectStorageInputLocation.Builder
ObjectStorageInputLocation. toBuilder()
-