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