public static final class UpdateContainerConfigurationRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
UpdateContainerConfigurationRequest.Builder |
appId(String appId)
The ID of the application.
|
UpdateContainerConfigurationRequest |
build() |
UpdateContainerConfigurationRequest.Builder |
contextPath(String contextPath)
The context path of the Tomcat container.
|
UpdateContainerConfigurationRequest.Builder |
groupId(String groupId)
The ID of the application instance group.
|
UpdateContainerConfigurationRequest.Builder |
httpPort(Integer httpPort)
The application port number for the Tomcat container.
|
UpdateContainerConfigurationRequest.Builder |
maxThreads(Integer maxThreads)
The maximum number of threads.
|
UpdateContainerConfigurationRequest.Builder |
URIEncoding(String URIEncoding)
The uniform resource identifier (URI) encoding scheme.
|
UpdateContainerConfigurationRequest.Builder |
useBodyEncoding(Boolean useBodyEncoding)
Specifies whether to use the encoding scheme specified in the request body for URI query parameters.
|
public UpdateContainerConfigurationRequest.Builder appId(String appId)
public UpdateContainerConfigurationRequest.Builder contextPath(String contextPath)
* If this parameter is not specified when you configure the application instance group, the configuration of the application is applied. * If this parameter is not specified when you configure the Tomcat container for an application, the root directory `/` is used.
public UpdateContainerConfigurationRequest.Builder groupId(String groupId)
* If an ID is specified, this operation configures the Tomcat container for the specified application instance group. * If you set this parameter to "", this operation configures the Tomcat container for the application.
public UpdateContainerConfigurationRequest.Builder httpPort(Integer httpPort)
* If this parameter is not specified when you configure the application instance group, the configuration of the application is applied. * If this parameter is not specified when you configure the application, the default port 8080 is applied.
public UpdateContainerConfigurationRequest.Builder maxThreads(Integer maxThreads)
* If this parameter is not specified when you configure the application instance group, the configuration of the application is applied. * If this parameter is not specified when you configure the application, the default value 250 is applied.
public UpdateContainerConfigurationRequest.Builder URIEncoding(String URIEncoding)
* If this parameter is not specified when you configure the application instance group, the configuration of the application is applied. * If this parameter is not specified when you configure the application, the default URI encoding scheme in the Tomcat container is applied.
public UpdateContainerConfigurationRequest.Builder useBodyEncoding(Boolean useBodyEncoding)
* If this parameter is not specified when you configure the application instance group, the configuration of the application is applied. * If this parameter is not specified when you configure the application, the default value false is applied.
public UpdateContainerConfigurationRequest build()
Copyright © 2023. All rights reserved.