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