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