public static final class RestartInstanceResponseBody.MasterConfiguration.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
RestartInstanceResponseBody.MasterConfiguration.Builder |
amount(Integer amount)
The number of nodes in the cluster.
|
RestartInstanceResponseBody.MasterConfiguration |
build() |
RestartInstanceResponseBody.MasterConfiguration.Builder |
disk(Integer disk)
The size of the node storage space.
|
RestartInstanceResponseBody.MasterConfiguration.Builder |
diskType(String diskType)
The storage type of the node.
|
RestartInstanceResponseBody.MasterConfiguration.Builder |
spec(String spec)
The node specifications of the cluster.
|
public RestartInstanceResponseBody.MasterConfiguration.Builder amount(Integer amount)
public RestartInstanceResponseBody.MasterConfiguration.Builder disk(Integer disk)
public RestartInstanceResponseBody.MasterConfiguration.Builder diskType(String diskType)
public RestartInstanceResponseBody.MasterConfiguration.Builder spec(String spec)
public RestartInstanceResponseBody.MasterConfiguration build()
Copyright © 2024. All rights reserved.