public static class OkeBackupLocation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public OkeBackupLocation.Builder namespace(String namespace)
The namespace in object storage backup location(Note - this is usually the tenancy name).
Example: myocitenancy
namespace
- the value to setpublic OkeBackupLocation.Builder bucket(String bucket)
The bucket name inside the object storage namespace.
Example: operation_logs
bucket
- the value to setpublic OkeBackupLocation.Builder object(String object)
The object name inside the object storage bucket.
Example: switchover_plan_executions
object
- the value to setpublic OkeBackupLocation build()
public OkeBackupLocation.Builder copy(OkeBackupLocation model)
Copyright © 2016–2025. All rights reserved.