public static final class ModifyInterceptionTargetRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyInterceptionTargetRequest.Builder |
appName(String appName)
The name of the application.
|
ModifyInterceptionTargetRequest |
build() |
ModifyInterceptionTargetRequest.Builder |
imageList(List<String> imageList)
An array that consists of images.
|
ModifyInterceptionTargetRequest.Builder |
namespace(String namespace)
The namespace.
|
ModifyInterceptionTargetRequest.Builder |
tagList(List<String> tagList)
An array that consists of tags.
|
ModifyInterceptionTargetRequest.Builder |
targetId(Long targetId)
The ID of the network object.
|
ModifyInterceptionTargetRequest.Builder |
targetName(String targetName)
The name.
|
ModifyInterceptionTargetRequest.Builder |
targetType(String targetType)
The object type.
|
public ModifyInterceptionTargetRequest.Builder appName(String appName)
The name of the application.
example:You can call the DescribeContainerTags operation to obtain the value of this parameter.
yasintt-daemonst
public ModifyInterceptionTargetRequest.Builder imageList(List<String> imageList)
An array that consists of images.
You can call the DescribeContainerTags operation to obtain the value of this parameter.
public ModifyInterceptionTargetRequest.Builder namespace(String namespace)
The namespace.
You can call the DescribeContainerTags operation to obtain the value of this parameter.
This parameter is required.
example:demo4
public ModifyInterceptionTargetRequest.Builder tagList(List<String> tagList)
An array that consists of tags.
You can call the DescribeContainerTags operation to obtain the value of this parameter.
public ModifyInterceptionTargetRequest.Builder targetId(Long targetId)
The ID of the network object.
You can call the ListInterceptionTargetPage operation to obtain the value of this parameter.
This parameter is required.
example:400913
public ModifyInterceptionTargetRequest.Builder targetName(String targetName)
The name.
This parameter is required.
example:test001
public ModifyInterceptionTargetRequest.Builder targetType(String targetType)
The object type. Valid values:
This parameter is required.
example:IMAGE
public ModifyInterceptionTargetRequest build()
Copyright © 2026. All rights reserved.