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