Class OkeBackupLocation.Builder
- java.lang.Object
-
- com.oracle.bmc.disasterrecovery.model.OkeBackupLocation.Builder
-
- Enclosing class:
- OkeBackupLocation
public static class OkeBackupLocation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OkeBackupLocation.Builder
bucket(String bucket)
The bucket name inside the object storage namespace.OkeBackupLocation
build()
OkeBackupLocation.Builder
copy(OkeBackupLocation model)
OkeBackupLocation.Builder
namespace(String namespace)
The namespace in object storage backup location(Note - this is usually the tenancy name).OkeBackupLocation.Builder
object(String object)
The object name inside the object storage bucket.
-
-
-
Method Detail
-
namespace
public 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
-
bucket
public 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
-
object
public 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
-
build
public OkeBackupLocation build()
-
copy
public OkeBackupLocation.Builder copy(OkeBackupLocation model)
-
-