public static class ArtifactExportDetailsObjectStorage.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ArtifactExportDetailsObjectStorage |
build() |
ArtifactExportDetailsObjectStorage.Builder |
copy(ArtifactExportDetailsObjectStorage model) |
ArtifactExportDetailsObjectStorage.Builder |
namespace(String namespace)
The Object Storage namespace used for the request.
|
ArtifactExportDetailsObjectStorage.Builder |
sourceBucket(String sourceBucket)
The name of the bucket.
|
ArtifactExportDetailsObjectStorage.Builder |
sourceObjectName(String sourceObjectName)
The name of the object resulting from the copy operation.
|
ArtifactExportDetailsObjectStorage.Builder |
sourceRegion(String sourceRegion)
Region in which OSS bucket is present
|
public ArtifactExportDetailsObjectStorage.Builder namespace(String namespace)
The Object Storage namespace used for the request.
namespace
- the value to setpublic ArtifactExportDetailsObjectStorage.Builder sourceBucket(String sourceBucket)
The name of the bucket. Avoid entering confidential information.
sourceBucket
- the value to setpublic ArtifactExportDetailsObjectStorage.Builder sourceObjectName(String sourceObjectName)
The name of the object resulting from the copy operation.
sourceObjectName
- the value to setpublic ArtifactExportDetailsObjectStorage.Builder sourceRegion(String sourceRegion)
Region in which OSS bucket is present
sourceRegion
- the value to setpublic ArtifactExportDetailsObjectStorage build()
public ArtifactExportDetailsObjectStorage.Builder copy(ArtifactExportDetailsObjectStorage model)
Copyright © 2016–2024. All rights reserved.