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