Class ExternalStorage.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.ExternalStorage.Builder
 
- 
- Enclosing class:
- ExternalStorage
 
 public static class ExternalStorage.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalStorage.Builderbucket(String bucket)Bucket Name where BICC extracts stores the filesExternalStoragebuild()ExternalStorage.Buildercopy(ExternalStorage model)ExternalStorage.Builderhost(String host)Object Storage host Url.ExternalStorage.Buildernamespace(String namespace)Namespace for the OOS bucketExternalStorage.BuilderstorageId(String storageId)Id of the external stoarge configured in BICC console.ExternalStorage.BuilderstorageName(String storageName)Name of the external storage configured in BICC consoleExternalStorage.BuildertenancyId(String tenancyId)Tenancy OCID for the OOS bucket
 
- 
- 
- 
Method Detail- 
storageIdpublic ExternalStorage.Builder storageId(String storageId) Id of the external stoarge configured in BICC console.Usually its numeric. - Parameters:
- storageId- the value to set
- Returns:
- this builder
 
 - 
storageNamepublic ExternalStorage.Builder storageName(String storageName) Name of the external storage configured in BICC console- Parameters:
- storageName- the value to set
- Returns:
- this builder
 
 - 
hostpublic ExternalStorage.Builder host(String host) Object Storage host Url.DO not give http/https. - Parameters:
- host- the value to set
- Returns:
- this builder
 
 - 
tenancyIdpublic ExternalStorage.Builder tenancyId(String tenancyId) Tenancy OCID for the OOS bucket- Parameters:
- tenancyId- the value to set
- Returns:
- this builder
 
 - 
namespacepublic ExternalStorage.Builder namespace(String namespace) Namespace for the OOS bucket- Parameters:
- namespace- the value to set
- Returns:
- this builder
 
 - 
bucketpublic ExternalStorage.Builder bucket(String bucket) Bucket Name where BICC extracts stores the files- Parameters:
- bucket- the value to set
- Returns:
- this builder
 
 - 
buildpublic ExternalStorage build() 
 - 
copypublic ExternalStorage.Builder copy(ExternalStorage model) 
 
- 
 
-