Class ExternalStorage.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.ExternalStorage.Builder
-
- Enclosing class:
- ExternalStorage
public static class ExternalStorage.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalStorage.Builder
bucket(String bucket)
Bucket Name where BICC extracts stores the filesExternalStorage
build()
ExternalStorage.Builder
copy(ExternalStorage model)
ExternalStorage.Builder
host(String host)
Object Storage host Url.ExternalStorage.Builder
namespace(String namespace)
Namespace for the OOS bucketExternalStorage.Builder
storageId(String storageId)
Id of the external stoarge configured in BICC console.ExternalStorage.Builder
storageName(String storageName)
Name of the external storage configured in BICC consoleExternalStorage.Builder
tenancyId(String tenancyId)
Tenancy OCID for the OOS bucket
-
-
-
Method Detail
-
storageId
public 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
-
storageName
public ExternalStorage.Builder storageName(String storageName)
Name of the external storage configured in BICC console- Parameters:
storageName
- the value to set- Returns:
- this builder
-
host
public ExternalStorage.Builder host(String host)
Object Storage host Url.DO not give http/https.
- Parameters:
host
- the value to set- Returns:
- this builder
-
tenancyId
public ExternalStorage.Builder tenancyId(String tenancyId)
Tenancy OCID for the OOS bucket- Parameters:
tenancyId
- the value to set- Returns:
- this builder
-
namespace
public ExternalStorage.Builder namespace(String namespace)
Namespace for the OOS bucket- Parameters:
namespace
- the value to set- Returns:
- this builder
-
bucket
public ExternalStorage.Builder bucket(String bucket)
Bucket Name where BICC extracts stores the files- Parameters:
bucket
- the value to set- Returns:
- this builder
-
build
public ExternalStorage build()
-
copy
public ExternalStorage.Builder copy(ExternalStorage model)
-
-