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 |
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)
public DescribeImageRepoListRequest.Builder fieldName(String fieldName)
* **repoName**: the name of the image repository * **repoNamespace**: the namespace to which the image repository belongs > This parameter takes effect only when the **OperateType** parameter is set to **other**.
public DescribeImageRepoListRequest.Builder fieldValue(String fieldValue)
> This parameter takes effect only when the **OperateType** parameter is set to **other**.
public DescribeImageRepoListRequest.Builder operateType(String operateType)
* **count**: counts statistics * **other**: others
public DescribeImageRepoListRequest.Builder pageSize(Integer pageSize)
> We recommend that you do not leave this parameter empty.
public DescribeImageRepoListRequest.Builder repoName(String repoName)
public DescribeImageRepoListRequest.Builder repoNamespace(String repoNamespace)
public DescribeImageRepoListRequest.Builder targetType(String targetType)
* **image_repo**: the ID of the image repository
public DescribeImageRepoListRequest.Builder type(String type)
* **image_repo**: image repository protection
public DescribeImageRepoListRequest build()
Copyright © 2023. All rights reserved.