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