public static final class RelieveAccountRelationRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
RelieveAccountRelationRequest |
build() |
RelieveAccountRelationRequest.Builder |
childUserId(Long childUserId)
The ID of the Alibaba Cloud account that is used as the member.
|
RelieveAccountRelationRequest.Builder |
parentUserId(Long parentUserId)
The ID of the Alibaba Cloud account that is used as the management account.
|
RelieveAccountRelationRequest.Builder |
relationId(Long relationId)
The ID of the financial relationship between the management account and the member.
|
RelieveAccountRelationRequest.Builder |
relationType(String relationType)
The type of the financial relationship.
|
RelieveAccountRelationRequest.Builder |
requestId(String requestId)
The unique ID of the request.
|
public RelieveAccountRelationRequest.Builder childUserId(Long childUserId)
The ID of the Alibaba Cloud account that is used as the member. You must set the RelationId parameter or all of the ParentUserId, ChildUserId, and RelationType parameters.
example:1512996702208737
public RelieveAccountRelationRequest.Builder parentUserId(Long parentUserId)
The ID of the Alibaba Cloud account that is used as the management account. You must set the RelationId parameter or all of the ParentUserId, ChildUserId, and RelationType parameters.
example:1738376485192612
public RelieveAccountRelationRequest.Builder relationId(Long relationId)
The ID of the financial relationship between the management account and the member. You must set the RelationId parameter or all of the ParentUserId, ChildUserId, and RelationType parameters.
example:RelationId
public RelieveAccountRelationRequest.Builder relationType(String relationType)
The type of the financial relationship. Set the value to enterprise_group.
example:enterprise_group
public RelieveAccountRelationRequest.Builder requestId(String requestId)
The unique ID of the request. The ID is used to mark a request and troubleshoot a problem.
This parameter is required.
example:request_id
public RelieveAccountRelationRequest build()
Copyright © 2026. All rights reserved.