static OciObjectStorageRx.Builder |
OciObjectStorageRx.builder() |
Deprecated, for removal: This API element is subject to removal in a future version.
Create a new fluent API builder for OCI object storage.
|
OciObjectStorageRx.Builder |
OciObjectStorageRx.Builder.config(Config config) |
Update from configuration.
|
OciObjectStorageRx.Builder |
OciObjectStorageRx.Builder.endpoint(String endpoint) |
Explicit endpoint to use.
|
OciObjectStorageRx.Builder |
OciObjectStorageRx.Builder.hostPrefix(String prefix) |
|
OciObjectStorageRx.Builder |
OciObjectStorageRx.Builder.namespace(String namespace) |
Object storage namespace to use.
|
OciObjectStorageRx.Builder |
OciObjectStorageRx.Builder.restApi(OciRestApi restApi) |
Instance of rest API to use.
|
OciObjectStorageRx.Builder |
OciObjectStorageRx.Builder.updateRestApi(Consumer<OciRestApi.Builder> builderConsumer) |
Update the rest access builder to modify defaults.
|