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