public static final class ListInterceptionTargetPageRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListInterceptionTargetPageRequest.Builder |
appName(String appName)
The name of the application to which the network object belongs.
|
ListInterceptionTargetPageRequest |
build() |
ListInterceptionTargetPageRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
ListInterceptionTargetPageRequest.Builder |
imageList(List<String> imageList)
The images of the network object.
|
ListInterceptionTargetPageRequest.Builder |
namespace(String namespace)
The namespace to which the network object belongs.
|
ListInterceptionTargetPageRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
ListInterceptionTargetPageRequest.Builder |
tagList(List<String> tagList)
The labels specified for the network object.
|
ListInterceptionTargetPageRequest.Builder |
targetName(String targetName)
The name of the network object.
|
ListInterceptionTargetPageRequest.Builder |
targetType(String targetType)
The type of the network object.
|
public ListInterceptionTargetPageRequest.Builder appName(String appName)
The name of the application to which the network object belongs.
example:frontend
public ListInterceptionTargetPageRequest.Builder currentPage(Integer currentPage)
The number of the page to return. Default value: 1.
example:1
public ListInterceptionTargetPageRequest.Builder imageList(List<String> imageList)
The images of the network object.
public ListInterceptionTargetPageRequest.Builder namespace(String namespace)
The namespace to which the network object belongs.
example:default
public ListInterceptionTargetPageRequest.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 ListInterceptionTargetPageRequest.Builder tagList(List<String> tagList)
The labels specified for the network object.
public ListInterceptionTargetPageRequest.Builder targetName(String targetName)
The name of the network object.
example:source-test-obj-0****
public ListInterceptionTargetPageRequest.Builder targetType(String targetType)
The type of the network object. Valid values:
IMAGE
public ListInterceptionTargetPageRequest build()
Copyright © 2026. All rights reserved.