public static final class DescribePropertyCronDetailRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribePropertyCronDetailRequest |
build() |
DescribePropertyCronDetailRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribePropertyCronDetailRequest.Builder |
extend(String extend)
Specifies whether fuzzy search by path to the scheduled task is supported.
|
DescribePropertyCronDetailRequest.Builder |
nextToken(String nextToken)
The value of NextToken that is returned when the NextToken method is used.
|
DescribePropertyCronDetailRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribePropertyCronDetailRequest.Builder |
remark(String remark)
The name or IP address of the server.
|
DescribePropertyCronDetailRequest.Builder |
source(String source)
The path to the scheduled task.
|
DescribePropertyCronDetailRequest.Builder |
useNextToken(Boolean useNextToken)
Specifies whether to use the NextToken method to retrieve a new page of results.
|
DescribePropertyCronDetailRequest.Builder |
user(String user)
The username of the account that runs the scheduled task.
|
DescribePropertyCronDetailRequest.Builder |
uuid(String uuid)
The UUID of the server.
|
public DescribePropertyCronDetailRequest.Builder currentPage(Integer currentPage)
The number of the page to return. Default value: 1.
example:1
public DescribePropertyCronDetailRequest.Builder extend(String extend)
Specifies whether fuzzy search by path to the scheduled task is supported. If you want to use fuzzy search, set the parameter to 1. If you set the parameter to a different value or leave the parameter empty, fuzzy search is not supported.
example:1
public DescribePropertyCronDetailRequest.Builder nextToken(String nextToken)
The value of NextToken that is returned when the NextToken method is used. You do not need to specify this parameter for the first request.
example:1426C575705AE8545E8360A6EFA3B***
public DescribePropertyCronDetailRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page. Default value: 10.
example:10
public DescribePropertyCronDetailRequest.Builder remark(String remark)
The name or IP address of the server.
example:192.168.XX.XX
public DescribePropertyCronDetailRequest.Builder source(String source)
The path to the scheduled task.
example:/etc/cron.d/root
public DescribePropertyCronDetailRequest.Builder useNextToken(Boolean useNextToken)
Specifies whether to use the NextToken method to retrieve a new page of results. If you set UseNextToken to true, the value of TotalCount is not returned. Valid values:
true
public DescribePropertyCronDetailRequest.Builder user(String user)
The username of the account that runs the scheduled task.
example:root
public DescribePropertyCronDetailRequest.Builder uuid(String uuid)
The UUID of the server.
example:50d213b4-3a35-427a-b8a5-04b0c7e1****
public DescribePropertyCronDetailRequest build()
Copyright © 2026. All rights reserved.