public static final class PutDisableFwSwitchRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
PutDisableFwSwitchRequest |
build() |
PutDisableFwSwitchRequest.Builder |
ipaddrList(List<String> ipaddrList)
The IP addresses.
|
PutDisableFwSwitchRequest.Builder |
lang(String lang)
The language of the content within the response.
|
PutDisableFwSwitchRequest.Builder |
regionList(List<String> regionList)
The regions.
|
PutDisableFwSwitchRequest.Builder |
resourceTypeList(List<String> resourceTypeList)
The types of the assets.
|
PutDisableFwSwitchRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
public PutDisableFwSwitchRequest.Builder ipaddrList(List<String> ipaddrList)
> You must specify at least one of the IpaddrList, RegionList, and ResourceTypeList parameters.
public PutDisableFwSwitchRequest.Builder lang(String lang)
* **zh**: Chinese (default) * **en**: English
public PutDisableFwSwitchRequest.Builder regionList(List<String> regionList)
> You must specify at least one of the IpaddrList, RegionList, and ResourceTypeList parameters.
public PutDisableFwSwitchRequest.Builder resourceTypeList(List<String> resourceTypeList)
> You must specify at least one of the IpaddrList, RegionList, and ResourceTypeList parameters.
public PutDisableFwSwitchRequest.Builder sourceIp(String sourceIp)
public PutDisableFwSwitchRequest build()
Copyright © 2023. All rights reserved.