public static final class PutEnableFwSwitchRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
PutEnableFwSwitchRequest |
build() |
PutEnableFwSwitchRequest.Builder |
ipaddrList(List<String> ipaddrList)
The IP addresses.
|
PutEnableFwSwitchRequest.Builder |
ipVersion(String ipVersion)
IpVersion.
|
PutEnableFwSwitchRequest.Builder |
lang(String lang)
The language of the content within the response.
|
PutEnableFwSwitchRequest.Builder |
memberUid(String memberUid)
MemberUid.
|
PutEnableFwSwitchRequest.Builder |
regionList(List<String> regionList)
The regions.
|
PutEnableFwSwitchRequest.Builder |
resourceTypeList(List<String> resourceTypeList)
The types of the assets.
|
PutEnableFwSwitchRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
public PutEnableFwSwitchRequest.Builder ipVersion(String ipVersion)
public PutEnableFwSwitchRequest.Builder ipaddrList(List<String> ipaddrList)
The IP addresses.
example:You must specify at least one of the IpaddrList, RegionList, and ResourceTypeList parameters.
["192.0.X.X","192.0.X.X"]
public PutEnableFwSwitchRequest.Builder lang(String lang)
The language of the content within the response.
zh
public PutEnableFwSwitchRequest.Builder memberUid(String memberUid)
public PutEnableFwSwitchRequest.Builder regionList(List<String> regionList)
The regions.
example:You must specify at least one of the IpaddrList, RegionList, and ResourceTypeList parameters.
["cn-hangzhou","cn-shanghai"]
public PutEnableFwSwitchRequest.Builder resourceTypeList(List<String> resourceTypeList)
The types of the assets.
Valid values:
example:You must specify at least one of the IpaddrList, RegionList, and ResourceTypeList parameters.
["EcsPublicIp","NatEip"]
public PutEnableFwSwitchRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:192.0.X.X
public PutEnableFwSwitchRequest build()
Copyright © 2026. All rights reserved.