public static final class UpdateJvmConfigurationRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
UpdateJvmConfigurationRequest.Builder |
appId(String appId)
The ID of the application.
|
UpdateJvmConfigurationRequest |
build() |
UpdateJvmConfigurationRequest.Builder |
groupId(String groupId)
The ID of the instance group where the application is deployed.
|
UpdateJvmConfigurationRequest.Builder |
maxHeapSize(Integer maxHeapSize)
The maximum size of the heap memory.
|
UpdateJvmConfigurationRequest.Builder |
maxPermSize(Integer maxPermSize)
The size of the permanent generation heap memory.
|
UpdateJvmConfigurationRequest.Builder |
minHeapSize(Integer minHeapSize)
The initial size of the heap memory.
|
UpdateJvmConfigurationRequest.Builder |
options(String options)
The custom JVM parameters.
|
public UpdateJvmConfigurationRequest.Builder appId(String appId)
public UpdateJvmConfigurationRequest.Builder groupId(String groupId)
> * To configure the JVM parameters for an instance group, set this parameter to a specific ID. * To configure the JVM parameters for an application, leave this parameter empty.
public UpdateJvmConfigurationRequest.Builder maxHeapSize(Integer maxHeapSize)
> * If this parameter is not specified in the group configuration, the value specified in the application configuration is used. * If this parameter is not specified in the application configuration, the default value is used.
public UpdateJvmConfigurationRequest.Builder maxPermSize(Integer maxPermSize)
> * If this parameter is not specified in the group configuration, the value specified in the application configuration is used. * If this parameter is not specified in the application configuration, the default value is used.
public UpdateJvmConfigurationRequest.Builder minHeapSize(Integer minHeapSize)
> * If this parameter is not specified in the group configuration, the value specified in the application configuration is used. * If this parameter is not specified in the application configuration, the default value is used.
public UpdateJvmConfigurationRequest.Builder options(String options)
> * If this parameter is not specified in the group configuration, the value specified in the application configuration is used. * If this parameter is not specified in the application configuration, the default value is used.
public UpdateJvmConfigurationRequest build()
Copyright © 2023. All rights reserved.