public static final class DescribeImageRepoListRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeImageRepoListRequest |
build() |
DescribeImageRepoListRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribeImageRepoListRequest.Builder |
fieldName(String fieldName)
The name of the field that is used for the query.
|
DescribeImageRepoListRequest.Builder |
fieldValue(String fieldValue)
The value of the field that is used for the query.
|
DescribeImageRepoListRequest.Builder |
operateType(String operateType)
The type of the operation.
|
DescribeImageRepoListRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeImageRepoListRequest.Builder |
repoName(String repoName)
The name of the image repository.
|
DescribeImageRepoListRequest.Builder |
repoNamespace(String repoNamespace)
The namespace to which the image repository belongs.
|
DescribeImageRepoListRequest.Builder |
selected(Integer selected)
Whether it is selected.
|
DescribeImageRepoListRequest.Builder |
targetType(String targetType)
The condition by which the feature is applied.
|
DescribeImageRepoListRequest.Builder |
type(String type)
The type of the feature.
|
public DescribeImageRepoListRequest.Builder currentPage(Integer currentPage)
The number of the page to return. Default value: 1.
example:1
public DescribeImageRepoListRequest.Builder fieldName(String fieldName)
The name of the field that is used for the query. Valid values:
example:This parameter takes effect only when the OperateType parameter is set to other.
repoName
public DescribeImageRepoListRequest.Builder fieldValue(String fieldValue)
The value of the field that is used for the query.
example:This parameter takes effect only when the OperateType parameter is set to other.
zeus
public DescribeImageRepoListRequest.Builder operateType(String operateType)
The type of the operation. Valid values:
count
public DescribeImageRepoListRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page. Default value: 20. If you leave this parameter empty, 20 entries are returned on each page.
example:We recommend that you do not leave this parameter empty.
20
public DescribeImageRepoListRequest.Builder repoName(String repoName)
The name of the image repository.
example:script7
public DescribeImageRepoListRequest.Builder repoNamespace(String repoNamespace)
The namespace to which the image repository belongs.
example:libssh2
public DescribeImageRepoListRequest.Builder selected(Integer selected)
Whether it is selected. Values:
1
public DescribeImageRepoListRequest.Builder targetType(String targetType)
The condition by which the feature is applied. Valid values:
This parameter is required.
example:image_repo
public DescribeImageRepoListRequest.Builder type(String type)
The type of the feature. Valid values:
This parameter is required.
example:image_repo
public DescribeImageRepoListRequest build()
Copyright © 2026. All rights reserved.