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