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)
> You can call the [DescribeContainerTags](~~DescribeContainerTags~~) operation to obtain the value of this parameter.
public ModifyInterceptionTargetRequest.Builder imageList(List<String> imageList)
> You can call the [DescribeContainerTags](~~DescribeContainerTags~~) operation to obtain the value of this parameter.
public ModifyInterceptionTargetRequest.Builder namespace(String namespace)
> You can call the [DescribeContainerTags](~~DescribeContainerTags~~) operation to obtain the value of this parameter.
public ModifyInterceptionTargetRequest.Builder tagList(List<String> tagList)
> You can call the [DescribeContainerTags](~~DescribeContainerTags~~) operation to obtain the value of this parameter.
public ModifyInterceptionTargetRequest.Builder targetId(Long targetId)
> You can call the [ListInterceptionTargetPage](~~ListInterceptionTargetPage~~) operation to obtain the value of this parameter.
public ModifyInterceptionTargetRequest.Builder targetName(String targetName)
public ModifyInterceptionTargetRequest.Builder targetType(String targetType)
* **IMAGE**
public ModifyInterceptionTargetRequest build()
Copyright © 2023. All rights reserved.