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)
public ListInterceptionTargetPageRequest.Builder currentPage(Integer currentPage)
public ListInterceptionTargetPageRequest.Builder imageList(List<String> imageList)
public ListInterceptionTargetPageRequest.Builder namespace(String namespace)
public ListInterceptionTargetPageRequest.Builder pageSize(Integer pageSize)
> We recommend that you do not leave this parameter empty.
public ListInterceptionTargetPageRequest.Builder tagList(List<String> tagList)
public ListInterceptionTargetPageRequest.Builder targetName(String targetName)
public ListInterceptionTargetPageRequest.Builder targetType(String targetType)
* IMAGE
public ListInterceptionTargetPageRequest build()
Copyright © 2023. All rights reserved.