public static class ImportSourceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ImportSourceDetails.Builder |
bucket(String bucket)
the bucket wherein the export archive exists in object storage
|
ImportSourceDetails |
build() |
ImportSourceDetails.Builder |
copy(ImportSourceDetails model) |
ImportSourceDetails.Builder |
manifest(ImportManifest manifest) |
ImportSourceDetails.Builder |
namespace(String namespace)
the object storage namespace where the bucket and uploaded object resides
|
ImportSourceDetails.Builder |
objectName(String objectName)
the name of the archive as it exists in object storage
|
public ImportSourceDetails.Builder manifest(ImportManifest manifest)
public ImportSourceDetails.Builder namespace(String namespace)
the object storage namespace where the bucket and uploaded object resides
namespace
- the value to setpublic ImportSourceDetails.Builder bucket(String bucket)
the bucket wherein the export archive exists in object storage
bucket
- the value to setpublic ImportSourceDetails.Builder objectName(String objectName)
the name of the archive as it exists in object storage
objectName
- the value to setpublic ImportSourceDetails build()
public ImportSourceDetails.Builder copy(ImportSourceDetails model)
Copyright © 2016–2023. All rights reserved.