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.BuilderObjectStorageObjectReference.Builder. bucketName(String bucketName)Object Storage bucket name.static ObjectStorageObjectReference.BuilderObjectStorageObjectReference. builder()Create a new builder.ObjectStorageObjectReference.BuilderObjectStorageObjectReference.Builder. copy(ObjectStorageObjectReference model)ObjectStorageObjectReference.BuilderObjectStorageObjectReference.Builder. namespaceName(String namespaceName)Object Storage namespace.ObjectStorageObjectReference.BuilderObjectStorageObjectReference.Builder. objectName(String objectName)Object Storage object name.ObjectStorageObjectReference.BuilderObjectStorageObjectReference. toBuilder()
-