public static final class MoveResourceGroupRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
MoveResourceGroupRequest.Builder |
accessKeyId(String accessKeyId)
The AccessKey ID provided to you by Alibaba Cloud for accessing the service.
|
MoveResourceGroupRequest |
build() |
MoveResourceGroupRequest.Builder |
newResourceGroupId(String newResourceGroupId)
The ID of the resource group to which you want to move the resource.
|
MoveResourceGroupRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
MoveResourceGroupRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
MoveResourceGroupRequest.Builder |
regionId(String regionId)
The region ID of the Classic Load Balancer (CLB) instance.
|
MoveResourceGroupRequest.Builder |
resourceGroupId(String resourceGroupId)
The resource group ID.
|
MoveResourceGroupRequest.Builder |
resourceId(String resourceId)
The ID of the resource for which you want to modify the resource group.
|
MoveResourceGroupRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
MoveResourceGroupRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
MoveResourceGroupRequest.Builder |
resourceType(String resourceType)
The type of the resource.
|
public MoveResourceGroupRequest.Builder newResourceGroupId(String newResourceGroupId)
The ID of the resource group to which you want to move the resource.
This parameter is required.
example:rg-aek2rpsek5h****
public MoveResourceGroupRequest.Builder ownerAccount(String ownerAccount)
public MoveResourceGroupRequest.Builder ownerId(Long ownerId)
public MoveResourceGroupRequest.Builder regionId(String regionId)
The region ID of the Classic Load Balancer (CLB) instance.
This parameter is required.
example:cn-beijing
public MoveResourceGroupRequest.Builder resourceGroupId(String resourceGroupId)
The resource group ID.
example:rg-aek2dmxj56z****
public MoveResourceGroupRequest.Builder resourceId(String resourceId)
The ID of the resource for which you want to modify the resource group.
This parameter is required.
example:lb-uf6ghek7ds2btzt65****
public MoveResourceGroupRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public MoveResourceGroupRequest.Builder resourceOwnerId(Long resourceOwnerId)
public MoveResourceGroupRequest.Builder resourceType(String resourceType)
The type of the resource. Valid values:
This parameter is required.
example:loadbalancer
public MoveResourceGroupRequest.Builder accessKeyId(String accessKeyId)
The AccessKey ID provided to you by Alibaba Cloud for accessing the service.
example:yourAccessKeyID
public MoveResourceGroupRequest build()
Copyright © 2026. All rights reserved.