public static final class ModifyDBNodesClassRequest.DBNode.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
ModifyDBNodesClassRequest.DBNode |
build() |
ModifyDBNodesClassRequest.DBNode.Builder |
DBNodeId(String DBNodeId)
The ID of the node.
|
ModifyDBNodesClassRequest.DBNode.Builder |
targetClass(String targetClass)
The specifications of the node that you want to change.
|
public ModifyDBNodesClassRequest.DBNode.Builder DBNodeId(String DBNodeId)
> If you specify this parameter, DBNode.N.TargetClass is required. N is an integer that starts from 1. The maximum value of N is calculated by using the following formula:16 - The number of current nodes.
public ModifyDBNodesClassRequest.DBNode.Builder targetClass(String targetClass)
> If you specify this parameter, DBNode.N.DBNodeId is required. N is an integer that starts from 1. The maximum value of N is calculated by using the following formula:16 - The number of current nodes.
public ModifyDBNodesClassRequest.DBNode build()
Copyright © 2024. All rights reserved.