Class UpdateOkeBackupLocationDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.disasterrecovery.model.UpdateOkeBackupLocationDetails.Builder
 
- 
- Enclosing class:
- UpdateOkeBackupLocationDetails
 
 public static class UpdateOkeBackupLocationDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateOkeBackupLocationDetails.Builderbucket(String bucket)The bucket name inside the object storage namespace.UpdateOkeBackupLocationDetailsbuild()UpdateOkeBackupLocationDetails.Buildercopy(UpdateOkeBackupLocationDetails model)UpdateOkeBackupLocationDetails.Buildernamespace(String namespace)The namespace in the object storage backup location (Note - this is usually the tenancy name).
 
- 
- 
- 
Method Detail- 
namespacepublic UpdateOkeBackupLocationDetails.Builder namespace(String namespace) The namespace in the object storage backup location (Note - this is usually the tenancy name).Example: myocitenancy - Parameters:
- namespace- the value to set
- Returns:
- this builder
 
 - 
bucketpublic UpdateOkeBackupLocationDetails.Builder bucket(String bucket) The bucket name inside the object storage namespace.Example: operation_logs - Parameters:
- bucket- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateOkeBackupLocationDetails build() 
 - 
copypublic UpdateOkeBackupLocationDetails.Builder copy(UpdateOkeBackupLocationDetails model) 
 
- 
 
-