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