public static class ExternalStorage.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExternalStorage.Builder |
bucket(String bucket)
Bucket Name where BICC extracts stores the files
|
ExternalStorage |
build() |
ExternalStorage.Builder |
copy(ExternalStorage model) |
ExternalStorage.Builder |
host(String host)
Object Storage host Url.
|
ExternalStorage.Builder |
namespace(String namespace)
Namespace for the OOS bucket
|
ExternalStorage.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 console
|
ExternalStorage.Builder |
tenancyId(String tenancyId)
Tenancy OCID for the OOS bucket
|
public ExternalStorage.Builder storageId(String storageId)
Id of the external stoarge configured in BICC console. Usually its numeric.
storageId
- the value to setpublic ExternalStorage.Builder storageName(String storageName)
Name of the external storage configured in BICC console
storageName
- the value to setpublic ExternalStorage.Builder host(String host)
Object Storage host Url. DO not give http/https.
host
- the value to setpublic ExternalStorage.Builder tenancyId(String tenancyId)
Tenancy OCID for the OOS bucket
tenancyId
- the value to setpublic ExternalStorage.Builder namespace(String namespace)
Namespace for the OOS bucket
namespace
- the value to setpublic ExternalStorage.Builder bucket(String bucket)
Bucket Name where BICC extracts stores the files
bucket
- the value to setpublic ExternalStorage build()
public ExternalStorage.Builder copy(ExternalStorage model)
Copyright © 2016–2024. All rights reserved.