public static final class UpdateMaxComputeExportRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateMaxComputeExportRequest |
build() |
UpdateMaxComputeExportRequest.Builder |
configuration(MaxComputeExportConfiguration configuration)
The setting of the MaxCompute data shipping job.
|
UpdateMaxComputeExportRequest.Builder |
description(String description)
The description of the MaxCompute data shipping job.
|
UpdateMaxComputeExportRequest.Builder |
displayName(String displayName)
The display name of the MaxCompute data shipping job.
|
UpdateMaxComputeExportRequest.Builder |
mcExportName(String mcExportName)
The unique name of the MaxCompute data shipping job.
|
UpdateMaxComputeExportRequest.Builder |
project(String project)
The name of the project.
|
public UpdateMaxComputeExportRequest.Builder project(String project)
The name of the project.
This parameter is required.
example:my-project
public UpdateMaxComputeExportRequest.Builder mcExportName(String mcExportName)
The unique name of the MaxCompute data shipping job. Make sure that the job exists.
This parameter is required.
example:export-mc-1234567890-123456
public UpdateMaxComputeExportRequest.Builder configuration(MaxComputeExportConfiguration configuration)
The setting of the MaxCompute data shipping job.
This parameter is required.
public UpdateMaxComputeExportRequest.Builder description(String description)
The description of the MaxCompute data shipping job.
public UpdateMaxComputeExportRequest.Builder displayName(String displayName)
The display name of the MaxCompute data shipping job.
This parameter is required.
example:my-mc-job
public UpdateMaxComputeExportRequest build()
Copyright © 2025. All rights reserved.