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