public static final class UpdateOSSExportRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateOSSExportRequest |
build() |
UpdateOSSExportRequest.Builder |
configuration(OSSExportConfiguration configuration)
The configuration details of the job.
|
UpdateOSSExportRequest.Builder |
description(String description)
The description of the job.
|
UpdateOSSExportRequest.Builder |
displayName(String displayName)
The display name of the job.
|
UpdateOSSExportRequest.Builder |
ossExportName(String ossExportName)
The unique name of the job.
|
UpdateOSSExportRequest.Builder |
project(String project)
The name of the project.
|
public UpdateOSSExportRequest.Builder project(String project)
The name of the project.
This parameter is required.
example:ali-test-project
public UpdateOSSExportRequest.Builder ossExportName(String ossExportName)
The unique name of the job. Make sure that the job exists.
This parameter is required.
example:job-123456789-123456
public UpdateOSSExportRequest.Builder configuration(OSSExportConfiguration configuration)
The configuration details of the job.
public UpdateOSSExportRequest.Builder description(String description)
The description of the job.
public UpdateOSSExportRequest.Builder displayName(String displayName)
The display name of the job.
example:ali-test-oss-job
public UpdateOSSExportRequest build()
Copyright © 2025. All rights reserved.