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