public static class ObjectStorageLogLocation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public ObjectStorageLogLocation.Builder namespace(String namespace)
The namespace in object storage (Note - this is usually the tenancy name).
Example: myocitenancy
namespace
- the value to setpublic ObjectStorageLogLocation.Builder bucket(String bucket)
The bucket name inside the object storage namespace.
Example: operation_logs
bucket
- the value to setpublic ObjectStorageLogLocation.Builder object(String object)
The object name inside the object storage bucket.
Example: switchover_plan_executions
object
- the value to setpublic ObjectStorageLogLocation build()
public ObjectStorageLogLocation.Builder copy(ObjectStorageLogLocation model)
Copyright © 2016–2024. All rights reserved.