public static final class ScaleK8sApplicationRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ScaleK8sApplicationRequest.Builder |
appId(String appId)
The ID of the application.
|
ScaleK8sApplicationRequest |
build() |
ScaleK8sApplicationRequest.Builder |
replicas(Integer replicas)
The expected number of application instances after the scale-out or scale-in.
|
ScaleK8sApplicationRequest.Builder |
timeout(Integer timeout)
The timeout period of the change process.
|
public ScaleK8sApplicationRequest.Builder appId(String appId)
public ScaleK8sApplicationRequest.Builder replicas(Integer replicas)
public ScaleK8sApplicationRequest.Builder timeout(Integer timeout)
public ScaleK8sApplicationRequest build()
Copyright © 2023. All rights reserved.