Class UpdateObjectStorageScriptLocationDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.disasterrecovery.model.UpdateObjectStorageScriptLocationDetails.Builder
-
- Enclosing class:
- UpdateObjectStorageScriptLocationDetails
public static class UpdateObjectStorageScriptLocationDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
namespace
public UpdateObjectStorageScriptLocationDetails.Builder namespace(String namespace)
The namespace in object storage (Note - this is usually the tenancy name).Example: myocitenancy
- Parameters:
namespace
- the value to set- Returns:
- this builder
-
bucket
public UpdateObjectStorageScriptLocationDetails.Builder bucket(String bucket)
The bucket name inside the object storage namespace.Example: custom_dr_scripts
- Parameters:
bucket
- the value to set- Returns:
- this builder
-
object
public UpdateObjectStorageScriptLocationDetails.Builder object(String object)
The object name inside the object storage bucket.Example: validate_app_start.sh
- Parameters:
object
- the value to set- Returns:
- this builder
-
build
public UpdateObjectStorageScriptLocationDetails build()
-
copy
public UpdateObjectStorageScriptLocationDetails.Builder copy(UpdateObjectStorageScriptLocationDetails model)
-
-