public static class CreateExportRequestDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateExportRequestDetails.Builder |
areReferencesIncluded(Boolean areReferencesIncluded)
This field controls if the references will be exported along with the objects
|
CreateExportRequestDetails.Builder |
bucketName(String bucketName)
Name of the Object Storage bucket where the object will be exported.
|
CreateExportRequestDetails |
build() |
CreateExportRequestDetails.Builder |
copy(CreateExportRequestDetails model) |
CreateExportRequestDetails.Builder |
fileName(String fileName)
Name of the exported zip file.
|
CreateExportRequestDetails.Builder |
filters(List<String> filters)
Filters for exported objects
|
CreateExportRequestDetails.Builder |
isObjectOverwriteEnabled(Boolean isObjectOverwriteEnabled)
Flag to control whether to overwrite the object if it is already present at the provided
object storage location.
|
CreateExportRequestDetails.Builder |
objectKeys(List<String> objectKeys)
Field is used to specify which object keys to export
|
CreateExportRequestDetails.Builder |
objectStorageRegion(String objectStorageRegion)
Region of the object storage (if using object storage of different region)
|
CreateExportRequestDetails.Builder |
objectStorageTenancyId(String objectStorageTenancyId)
Optional parameter to point to object storage tenancy (if using Object Storage of
different tenancy)
|
public CreateExportRequestDetails.Builder bucketName(String bucketName)
Name of the Object Storage bucket where the object will be exported.
bucketName
- the value to setpublic CreateExportRequestDetails.Builder fileName(String fileName)
Name of the exported zip file.
fileName
- the value to setpublic CreateExportRequestDetails.Builder objectStorageTenancyId(String objectStorageTenancyId)
Optional parameter to point to object storage tenancy (if using Object Storage of different tenancy)
objectStorageTenancyId
- the value to setpublic CreateExportRequestDetails.Builder objectStorageRegion(String objectStorageRegion)
Region of the object storage (if using object storage of different region)
objectStorageRegion
- the value to setpublic CreateExportRequestDetails.Builder isObjectOverwriteEnabled(Boolean isObjectOverwriteEnabled)
Flag to control whether to overwrite the object if it is already present at the provided object storage location.
isObjectOverwriteEnabled
- the value to setpublic CreateExportRequestDetails.Builder objectKeys(List<String> objectKeys)
Field is used to specify which object keys to export
objectKeys
- the value to setpublic CreateExportRequestDetails.Builder areReferencesIncluded(Boolean areReferencesIncluded)
This field controls if the references will be exported along with the objects
areReferencesIncluded
- the value to setpublic CreateExportRequestDetails.Builder filters(List<String> filters)
Filters for exported objects
filters
- the value to setpublic CreateExportRequestDetails build()
public CreateExportRequestDetails.Builder copy(CreateExportRequestDetails model)
Copyright © 2016–2024. All rights reserved.