public static final class SetDomainRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
SetDomainRequest.Builder |
bindStageName(String bindStageName)
The environment which you can access by using the domain name.
|
SetDomainRequest |
build() |
SetDomainRequest.Builder |
customDomainType(String customDomainType)
The network type of the domain name to be bound.
|
SetDomainRequest.Builder |
domainName(String domainName)
The custom domain name.
|
SetDomainRequest.Builder |
groupId(String groupId)
The ID of the API group.
|
SetDomainRequest.Builder |
isForce(Boolean isForce)
Specifies whether this binding relationship takes precedence over the binding relationships between the domain name and other API groups.
|
SetDomainRequest.Builder |
isHttpRedirectToHttps(Boolean isHttpRedirectToHttps)
Specifies whether to redirect HTTP requests to HTTPS requests.
|
public SetDomainRequest.Builder bindStageName(String bindStageName)
If you specify an environment, the domain name can be used to access only the specified environment. Valid values: * TEST * PRE * RELEASE If you want to use the domain name to access all environments, set this parameter to an empty string ("").
public SetDomainRequest.Builder customDomainType(String customDomainType)
* INTERNET * INTRANET. If you set this parameter to this value, the domain name cannot be used on the Internet.
public SetDomainRequest.Builder domainName(String domainName)
public SetDomainRequest.Builder groupId(String groupId)
public SetDomainRequest.Builder isForce(Boolean isForce)
public SetDomainRequest.Builder isHttpRedirectToHttps(Boolean isHttpRedirectToHttps)
public SetDomainRequest build()
Copyright © 2024. All rights reserved.