Uses of Class
com.oracle.bmc.ailanguage.model.ObjectStoragePrefixLocation.Builder
-
Packages that use ObjectStoragePrefixLocation.Builder Package Description com.oracle.bmc.ailanguage.model -
-
Uses of ObjectStoragePrefixLocation.Builder in com.oracle.bmc.ailanguage.model
Methods in com.oracle.bmc.ailanguage.model that return ObjectStoragePrefixLocation.Builder Modifier and Type Method Description ObjectStoragePrefixLocation.Builder
ObjectStoragePrefixLocation.Builder. bucketName(String bucketName)
Object Storage bucket name.static ObjectStoragePrefixLocation.Builder
ObjectStoragePrefixLocation. builder()
Create a new builder.ObjectStoragePrefixLocation.Builder
ObjectStoragePrefixLocation.Builder. copy(ObjectStoragePrefixLocation model)
ObjectStoragePrefixLocation.Builder
ObjectStoragePrefixLocation.Builder. namespaceName(String namespaceName)
Object Storage namespace name.ObjectStoragePrefixLocation.Builder
ObjectStoragePrefixLocation.Builder. prefix(String prefix)
The prefix (directory) in an Object Storage bucket.ObjectStoragePrefixLocation.Builder
ObjectStoragePrefixLocation. toBuilder()
-