public static final class GetDownloadJobResponseBody.Configuration.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetDownloadJobResponseBody.Configuration.Builder |
allowInComplete(Boolean allowInComplete)
allowInComplete.
|
GetDownloadJobResponseBody.Configuration |
build() |
GetDownloadJobResponseBody.Configuration.Builder |
fromTime(Long fromTime)
起点时间戳(精确到秒)
example:
1722409860
|
GetDownloadJobResponseBody.Configuration.Builder |
logstore(String logstore)
源logstore
example:
ali-test-logstore
|
GetDownloadJobResponseBody.Configuration.Builder |
powerSql(Boolean powerSql)
是否启用powerSql
example:
false
|
GetDownloadJobResponseBody.Configuration.Builder |
query(String query)
查询语句
example:
| select *
|
GetDownloadJobResponseBody.Configuration.Builder |
sink(GetDownloadJobResponseBody.Sink sink)
导出配置
|
GetDownloadJobResponseBody.Configuration.Builder |
toTime(Long toTime)
结束时间戳(精确到秒)
example:
1722411060
|
public GetDownloadJobResponseBody.Configuration.Builder allowInComplete(Boolean allowInComplete)
public GetDownloadJobResponseBody.Configuration.Builder fromTime(Long fromTime)
起点时间戳(精确到秒)
example:1722409860
public GetDownloadJobResponseBody.Configuration.Builder logstore(String logstore)
源logstore
example:ali-test-logstore
public GetDownloadJobResponseBody.Configuration.Builder powerSql(Boolean powerSql)
是否启用powerSql
example:false
public GetDownloadJobResponseBody.Configuration.Builder query(String query)
查询语句
example:public GetDownloadJobResponseBody.Configuration.Builder sink(GetDownloadJobResponseBody.Sink sink)
导出配置
public GetDownloadJobResponseBody.Configuration.Builder toTime(Long toTime)
结束时间戳(精确到秒)
example:1722411060
public GetDownloadJobResponseBody.Configuration build()
Copyright © 2025. All rights reserved.