Uses of Class
com.oracle.bmc.datacatalog.model.ObjectStorageObjectReference.Builder
-
Packages that use ObjectStorageObjectReference.Builder Package Description com.oracle.bmc.datacatalog.model -
-
Uses of ObjectStorageObjectReference.Builder in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return ObjectStorageObjectReference.Builder Modifier and Type Method Description ObjectStorageObjectReference.Builder
ObjectStorageObjectReference.Builder. bucketName(String bucketName)
Object Storage bucket name.static ObjectStorageObjectReference.Builder
ObjectStorageObjectReference. builder()
Create a new builder.ObjectStorageObjectReference.Builder
ObjectStorageObjectReference.Builder. copy(ObjectStorageObjectReference model)
ObjectStorageObjectReference.Builder
ObjectStorageObjectReference.Builder. namespaceName(String namespaceName)
Object Storage namespace.ObjectStorageObjectReference.Builder
ObjectStorageObjectReference.Builder. objectName(String objectName)
Object Storage object name.ObjectStorageObjectReference.Builder
ObjectStorageObjectReference. toBuilder()
-