public static final class CreateOSSIngestionRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateOSSIngestionRequest |
build() |
CreateOSSIngestionRequest.Builder |
configuration(OSSIngestionConfiguration configuration)
The configuration of the OSS data import job.
|
CreateOSSIngestionRequest.Builder |
description(String description)
The description of the job.
|
CreateOSSIngestionRequest.Builder |
displayName(String displayName)
The display name of the job.
|
CreateOSSIngestionRequest.Builder |
name(String name)
The name of the OSS data import job.
|
CreateOSSIngestionRequest.Builder |
project(String project)
This parameter is required.
|
CreateOSSIngestionRequest.Builder |
schedule(Schedule schedule)
The scheduling type.
|
public CreateOSSIngestionRequest.Builder project(String project)
This parameter is required.
example:ali-test-project
public CreateOSSIngestionRequest.Builder configuration(OSSIngestionConfiguration configuration)
The configuration of the OSS data import job.
This parameter is required.
public CreateOSSIngestionRequest.Builder description(String description)
The description of the job.
public CreateOSSIngestionRequest.Builder displayName(String displayName)
The display name of the job.
This parameter is required.
public CreateOSSIngestionRequest.Builder name(String name)
The name of the OSS data import job.
This parameter is required.
example:ingest-oss-123456
public CreateOSSIngestionRequest.Builder schedule(Schedule schedule)
The scheduling type. By default, you do not need to specify this parameter. If you want to import data at regular intervals, such as importing data every Monday at 08: 00., you can specify a cron expression.
public CreateOSSIngestionRequest build()
Copyright © 2025. All rights reserved.