public static class ObjectStorageScriptLocation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ObjectStorageScriptLocation.Builder |
bucket(String bucket)
The bucket name inside the object storage namespace.
|
ObjectStorageScriptLocation |
build() |
ObjectStorageScriptLocation.Builder |
copy(ObjectStorageScriptLocation model) |
ObjectStorageScriptLocation.Builder |
namespace(String namespace)
The namespace in object storage (Note - this is usually the tenancy name).
|
ObjectStorageScriptLocation.Builder |
object(String object)
The object name inside the object storage bucket.
|
public ObjectStorageScriptLocation.Builder namespace(String namespace)
The namespace in object storage (Note - this is usually the tenancy name).
Example: myocitenancy
namespace
- the value to setpublic ObjectStorageScriptLocation.Builder bucket(String bucket)
The bucket name inside the object storage namespace.
Example: custom_dr_scripts
bucket
- the value to setpublic ObjectStorageScriptLocation.Builder object(String object)
The object name inside the object storage bucket.
Example: validate_app_start.sh
object
- the value to setpublic ObjectStorageScriptLocation build()
public ObjectStorageScriptLocation.Builder copy(ObjectStorageScriptLocation model)
Copyright © 2016–2024. All rights reserved.