public static final class SetDomainRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
SetDomainRequest.Builder |
bindStageName(String bindStageName)
The network type of the domain name to be bound.
|
SetDomainRequest |
build() |
SetDomainRequest.Builder |
customDomainType(String customDomainType)
Specifies whether this binding relationship takes precedence over the binding relationships between the domain name and other API groups.
|
SetDomainRequest.Builder |
domainName(String domainName)
The environment which you can access by using the domain name.
|
SetDomainRequest.Builder |
groupId(String groupId)
The custom domain name.
|
SetDomainRequest.Builder |
isForce(Boolean isForce)
Specifies whether to redirect HTTP requests to HTTPS requests.
|
SetDomainRequest.Builder |
isHttpRedirectToHttps(Boolean isHttpRedirectToHttps)
The ID of the request.
|
public SetDomainRequest.Builder bindStageName(String bindStageName)
* INTERNET * INTRANET. If you set this parameter to this value, the domain name cannot be used on the Internet.
public SetDomainRequest.Builder customDomainType(String customDomainType)
public SetDomainRequest.Builder domainName(String domainName)
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 groupId(String groupId)
public SetDomainRequest.Builder isForce(Boolean isForce)
public SetDomainRequest.Builder isHttpRedirectToHttps(Boolean isHttpRedirectToHttps)
public SetDomainRequest build()
Copyright © 2023. All rights reserved.