Class UpdateObjectStorageScriptLocationDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.disasterrecovery.model.UpdateObjectStorageScriptLocationDetails.Builder
 
- 
- Enclosing class:
- UpdateObjectStorageScriptLocationDetails
 
 public static class UpdateObjectStorageScriptLocationDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateObjectStorageScriptLocationDetails.Builderbucket(String bucket)The bucket name inside the object storage namespace.UpdateObjectStorageScriptLocationDetailsbuild()UpdateObjectStorageScriptLocationDetails.Buildercopy(UpdateObjectStorageScriptLocationDetails model)UpdateObjectStorageScriptLocationDetails.Buildernamespace(String namespace)The namespace in object storage (Note - this is usually the tenancy name).UpdateObjectStorageScriptLocationDetails.Builderobject(String object)The object name inside the object storage bucket.
 
- 
- 
- 
Method Detail- 
namespacepublic 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
 
 - 
bucketpublic 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
 
 - 
objectpublic 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
 
 - 
buildpublic UpdateObjectStorageScriptLocationDetails build() 
 - 
copypublic UpdateObjectStorageScriptLocationDetails.Builder copy(UpdateObjectStorageScriptLocationDetails model) 
 
- 
 
-