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