public static final class ListJobsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListJobsRequest.Builder |
appName(String appName)
The name of the job template.
|
ListJobsRequest |
build() |
ListJobsRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
ListJobsRequest.Builder |
fieldType(String fieldType)
The dimension by which applications are filtered.
|
ListJobsRequest.Builder |
fieldValue(String fieldValue)
Enter the name and ID of the job template.
|
ListJobsRequest.Builder |
namespaceId(String namespaceId)
The namespace ID.
|
ListJobsRequest.Builder |
orderBy(String orderBy)
Specifies how applications are sorted.
|
ListJobsRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
ListJobsRequest.Builder |
reverse(Boolean reverse)
Specifies whether to sort the field names that are passed by **OrderBy** in ascending order.
|
ListJobsRequest.Builder |
tags(String tags)
The tags that are displayed in a JSON string.
|
ListJobsRequest.Builder |
workload(String workload)
Set the value to `job`.
|
public ListJobsRequest.Builder appName(String appName)
public ListJobsRequest.Builder currentPage(Integer currentPage)
public ListJobsRequest.Builder fieldType(String fieldType)
* **appName**: Applications are filtered by job template name. * **appIds**: Applications are filtered by job template ID.
public ListJobsRequest.Builder fieldValue(String fieldValue)
public ListJobsRequest.Builder namespaceId(String namespaceId)
public ListJobsRequest.Builder orderBy(String orderBy)
* **running**: The applications are sorted based on the number of running instances. * **instances**: The applications are sorted based on the number of destination instances.
public ListJobsRequest.Builder pageSize(Integer pageSize)
public ListJobsRequest.Builder reverse(Boolean reverse)
* **true**: in ascending order * **false**: in descending order
public ListJobsRequest.Builder tags(String tags)
* **key**: the tag key * **value**: the tag value
public ListJobsRequest.Builder workload(String workload)
public ListJobsRequest build()
Copyright © 2024. All rights reserved.