public static final class ConfirmRelationRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ConfirmRelationRequest |
build() |
ConfirmRelationRequest.Builder |
childUserId(Long childUserId)
The ID of the Alibaba Cloud account that is used as the member.
|
ConfirmRelationRequest.Builder |
confirmCode(String confirmCode)
The operation to be performed to confirm the invitation.
|
ConfirmRelationRequest.Builder |
parentUserId(Long parentUserId)
The ID of the Alibaba Cloud account that is used as the management account.
|
ConfirmRelationRequest.Builder |
permissionCodes(List<String> permissionCodes)
The permissions that can be granted to the member.
|
ConfirmRelationRequest.Builder |
relationId(Long relationId)
The ID of the financial relationship.
|
ConfirmRelationRequest.Builder |
relationType(String relationType)
The type of the financial relationship.
|
ConfirmRelationRequest.Builder |
requestId(String requestId)
The unique ID of the request.
|
public ConfirmRelationRequest.Builder childUserId(Long childUserId)
The ID of the Alibaba Cloud account that is used as the member.
example:1512996702208737
public ConfirmRelationRequest.Builder confirmCode(String confirmCode)
The operation to be performed to confirm the invitation. Valid values:
This parameter is required.
example:child_agree
public ConfirmRelationRequest.Builder parentUserId(Long parentUserId)
The ID of the Alibaba Cloud account that is used as the management account.
example:1738376485192612
public ConfirmRelationRequest.Builder permissionCodes(List<String> permissionCodes)
The permissions that can be granted to the member. Valid values:
This parameter is required.
example:SYNCHRONIZE_FINANCE_IDENTITY
public ConfirmRelationRequest.Builder relationId(Long relationId)
The ID of the financial relationship. Set this parameter to the value of the RelationId response parameter returned by calling the QueryRelationList operation.
example:51463
public ConfirmRelationRequest.Builder relationType(String relationType)
The type of the financial relationship. Set the value to enterprise_group.
example:Type of the financial relationship
public ConfirmRelationRequest.Builder requestId(String requestId)
The unique ID of the request.
This parameter is required.
example:request_id
public ConfirmRelationRequest build()
Copyright © 2026. All rights reserved.