Uses of Class
io.helidon.integrations.oci.objectstorage.OciObjectStorageRx.Builder
Packages that use OciObjectStorageRx.Builder
-
Uses of OciObjectStorageRx.Builder in io.helidon.integrations.oci.objectstorage
Methods in io.helidon.integrations.oci.objectstorage that return OciObjectStorageRx.BuilderModifier and TypeMethodDescriptionstatic OciObjectStorageRx.BuilderOciObjectStorageRx.builder()Create a new fluent API builder for OCI object storage.Update from configuration.Explicit endpoint to use.OciObjectStorageRx.Builder.hostPrefix(String prefix) Host prefix to use for object storage, defaults to "objectstorage".Object storage namespace to use.OciObjectStorageRx.Builder.restApi(OciRestApi restApi) Instance of rest API to use.OciObjectStorageRx.Builder.updateRestApi(Consumer<OciRestApi.Builder> builderConsumer) Update the rest access builder to modify defaults.