public static final class OperateApplicationRequest.ContainerWebDefenseApplicationDTOS.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
OperateApplicationRequest.ContainerWebDefenseApplicationDTOS |
build() |
OperateApplicationRequest.ContainerWebDefenseApplicationDTOS.Builder |
clusterId(String clusterId)
The ID of the cluster to which the container belongs.
|
OperateApplicationRequest.ContainerWebDefenseApplicationDTOS.Builder |
flag(String flag)
Specifies whether to apply the configuration to the asset.
|
OperateApplicationRequest.ContainerWebDefenseApplicationDTOS.Builder |
id(Long id)
The application ID.
|
OperateApplicationRequest.ContainerWebDefenseApplicationDTOS.Builder |
tag(String tag)
The value of the application tag.
|
public OperateApplicationRequest.ContainerWebDefenseApplicationDTOS.Builder clusterId(String clusterId)
The ID of the cluster to which the container belongs.
You can call the DescribeGroupedContainerInstances operation to query the cluster ID.
This parameter is required.
example:ceb68cc58234141828677e383bd21ff0c
public OperateApplicationRequest.ContainerWebDefenseApplicationDTOS.Builder flag(String flag)
Specifies whether to apply the configuration to the asset. Valid values:
This parameter is required.
example:add
public OperateApplicationRequest.ContainerWebDefenseApplicationDTOS.Builder id(Long id)
The application ID. If the application is newly added, you do not need to specify this parameter.
example:196
public OperateApplicationRequest.ContainerWebDefenseApplicationDTOS.Builder tag(String tag)
The value of the application tag.
This parameter is required.
example:app:app-003
public OperateApplicationRequest.ContainerWebDefenseApplicationDTOS build()
Copyright © 2026. All rights reserved.