public static final class GetJvmConfigurationResponseBody.JvmConfiguration.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
GetJvmConfigurationResponseBody.JvmConfiguration |
build() |
GetJvmConfigurationResponseBody.JvmConfiguration.Builder |
maxHeapSize(Integer maxHeapSize)
The maximum size of the heap memory.
|
GetJvmConfigurationResponseBody.JvmConfiguration.Builder |
maxPermSize(Integer maxPermSize)
The size of the permanent generation heap memory.
|
GetJvmConfigurationResponseBody.JvmConfiguration.Builder |
minHeapSize(Integer minHeapSize)
The initial size of the heap memory.
|
GetJvmConfigurationResponseBody.JvmConfiguration.Builder |
options(String options)
The custom parameter.
|
public GetJvmConfigurationResponseBody.JvmConfiguration.Builder maxHeapSize(Integer maxHeapSize)
public GetJvmConfigurationResponseBody.JvmConfiguration.Builder maxPermSize(Integer maxPermSize)
public GetJvmConfigurationResponseBody.JvmConfiguration.Builder minHeapSize(Integer minHeapSize)
public GetJvmConfigurationResponseBody.JvmConfiguration.Builder options(String options)
public GetJvmConfigurationResponseBody.JvmConfiguration build()
Copyright © 2023. All rights reserved.