public static final class MoveOrgRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
MoveOrgRequest |
build() |
MoveOrgRequest.Builder |
businessChannel(String businessChannel)
BusinessChannel.
|
MoveOrgRequest.Builder |
newParentOrgId(String newParentOrgId)
The ID of the parent organization.
|
MoveOrgRequest.Builder |
orgId(String orgId)
The ID of the organization that you want to move.
|
public MoveOrgRequest.Builder businessChannel(String businessChannel)
public MoveOrgRequest.Builder newParentOrgId(String newParentOrgId)
The ID of the parent organization.
This parameter is required.
example:org-5yy5icj981xe5****
public MoveOrgRequest.Builder orgId(String orgId)
The ID of the organization that you want to move.
This parameter is required.
example:org-5yy5icj981xe5****
public MoveOrgRequest build()
Copyright © 2026. All rights reserved.