public static class ObjectStorageSnapshotExportDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ObjectStorageSnapshotExportDetails.Builder |
bucket(String bucket)
Bucket name
|
ObjectStorageSnapshotExportDetails |
build() |
ObjectStorageSnapshotExportDetails.Builder |
copy(ObjectStorageSnapshotExportDetails model) |
ObjectStorageSnapshotExportDetails.Builder |
namespace(String namespace)
Bucket namespace name
|
ObjectStorageSnapshotExportDetails.Builder |
prefix(String prefix)
Object path prefix to put snapshot file(s)
|
public ObjectStorageSnapshotExportDetails.Builder namespace(String namespace)
Bucket namespace name
namespace
- the value to setpublic ObjectStorageSnapshotExportDetails.Builder bucket(String bucket)
Bucket name
bucket
- the value to setpublic ObjectStorageSnapshotExportDetails.Builder prefix(String prefix)
Object path prefix to put snapshot file(s)
prefix
- the value to setpublic ObjectStorageSnapshotExportDetails build()
public ObjectStorageSnapshotExportDetails.Builder copy(ObjectStorageSnapshotExportDetails model)
Copyright © 2016–2024. All rights reserved.