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