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