public static final class UpdateOSSHDFSExportRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateOSSHDFSExportRequest |
build() |
UpdateOSSHDFSExportRequest.Builder |
configuration(OSSExportConfiguration configuration)
The configuration details of the job.
|
UpdateOSSHDFSExportRequest.Builder |
description(String description)
The description of the job.
|
UpdateOSSHDFSExportRequest.Builder |
displayName(String displayName)
The display name of the job.
|
UpdateOSSHDFSExportRequest.Builder |
ossExportName(String ossExportName)
The unique name of the job.
|
UpdateOSSHDFSExportRequest.Builder |
project(String project)
The name of the project.
|
public UpdateOSSHDFSExportRequest.Builder project(String project)
The name of the project.
This parameter is required.
example:ali-test-project
public UpdateOSSHDFSExportRequest.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 UpdateOSSHDFSExportRequest.Builder configuration(OSSExportConfiguration configuration)
The configuration details of the job.
This parameter is required.
public UpdateOSSHDFSExportRequest.Builder description(String description)
The description of the job.
public UpdateOSSHDFSExportRequest.Builder displayName(String displayName)
The display name of the job.
This parameter is required.
example:ali-test-oss-hdfs-job
public UpdateOSSHDFSExportRequest build()
Copyright © 2025. All rights reserved.