public static final class ModifyWebCCGlobalSwitchRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyWebCCGlobalSwitchRequest |
build() |
ModifyWebCCGlobalSwitchRequest.Builder |
ccGlobalSwitch(String ccGlobalSwitch)
Specifies whether the HTTP flood mitigation feature is enabled.
|
ModifyWebCCGlobalSwitchRequest.Builder |
domain(String domain)
The domain name of the website.
|
ModifyWebCCGlobalSwitchRequest.Builder |
regionId(String regionId)
RegionId.
|
public ModifyWebCCGlobalSwitchRequest.Builder regionId(String regionId)
public ModifyWebCCGlobalSwitchRequest.Builder ccGlobalSwitch(String ccGlobalSwitch)
Specifies whether the HTTP flood mitigation feature is enabled. Valid values:
This parameter is required.
example:open
public ModifyWebCCGlobalSwitchRequest.Builder domain(String domain)
The domain name of the website.
A forwarding rule must be configured for the domain name. You can call the DescribeDomains operation to query all domain names.
This parameter is required.
example:example.aliyundoc.com
public ModifyWebCCGlobalSwitchRequest build()
Copyright © 2026. All rights reserved.