public static class CreateImportRequestDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateImportRequestDetails.Builder |
areDataAssetReferencesIncluded(Boolean areDataAssetReferencesIncluded)
This field controls if the data asset references will be included during import.
|
CreateImportRequestDetails.Builder |
bucketName(String bucketName)
Name of the Object Storage bucket where the object will be imported from.
|
CreateImportRequestDetails |
build() |
CreateImportRequestDetails.Builder |
copy(CreateImportRequestDetails model) |
CreateImportRequestDetails.Builder |
fileName(String fileName)
Name of the zip file to be imported.
|
CreateImportRequestDetails.Builder |
importConflictResolution(ImportConflictResolution importConflictResolution) |
CreateImportRequestDetails.Builder |
objectKeyForImport(String objectKeyForImport)
Key of the object inside which all the objects will be imported
|
CreateImportRequestDetails.Builder |
objectStorageRegion(String objectStorageRegion)
Region of the object storage (if using object storage of different region)
|
CreateImportRequestDetails.Builder |
objectStorageTenancyId(String objectStorageTenancyId)
Optional parameter to point to object storage tenancy (if using Object Storage of
different tenancy)
|
public CreateImportRequestDetails.Builder bucketName(String bucketName)
Name of the Object Storage bucket where the object will be imported from.
bucketName
- the value to setpublic CreateImportRequestDetails.Builder fileName(String fileName)
Name of the zip file to be imported.
fileName
- the value to setpublic CreateImportRequestDetails.Builder objectStorageTenancyId(String objectStorageTenancyId)
Optional parameter to point to object storage tenancy (if using Object Storage of different tenancy)
objectStorageTenancyId
- the value to setpublic CreateImportRequestDetails.Builder objectStorageRegion(String objectStorageRegion)
Region of the object storage (if using object storage of different region)
objectStorageRegion
- the value to setpublic CreateImportRequestDetails.Builder objectKeyForImport(String objectKeyForImport)
Key of the object inside which all the objects will be imported
objectKeyForImport
- the value to setpublic CreateImportRequestDetails.Builder areDataAssetReferencesIncluded(Boolean areDataAssetReferencesIncluded)
This field controls if the data asset references will be included during import.
areDataAssetReferencesIncluded
- the value to setpublic CreateImportRequestDetails.Builder importConflictResolution(ImportConflictResolution importConflictResolution)
public CreateImportRequestDetails build()
public CreateImportRequestDetails.Builder copy(CreateImportRequestDetails model)
Copyright © 2016–2024. All rights reserved.