public static final class MoveResourceGroupRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
MoveResourceGroupRequest |
build() |
MoveResourceGroupRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
MoveResourceGroupRequest.Builder |
dryRun(Boolean dryRun)
Specifies whether to perform a dry run.
|
MoveResourceGroupRequest.Builder |
newResourceGroupId(String newResourceGroupId)
The ID of the resource group to which you want to move the CEN instance or bandwidth plan.
|
MoveResourceGroupRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
MoveResourceGroupRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
MoveResourceGroupRequest.Builder |
resourceId(String resourceId)
The ID of the resource.
|
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 clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
You can use the client to generate the value, but you must ensure that it is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
example:If you do not specify this parameter, the system automatically uses the request ID as the client token. The request ID may be different for each request.
123e456****
public MoveResourceGroupRequest.Builder dryRun(Boolean dryRun)
Specifies whether to perform a dry run. Valid values:
DryRunOperation
error code is returned.false
public MoveResourceGroupRequest.Builder newResourceGroupId(String newResourceGroupId)
The ID of the resource group to which you want to move the CEN instance or bandwidth plan.
This parameter is required.
example:rg-aekzqqurtfg****
public MoveResourceGroupRequest.Builder ownerAccount(String ownerAccount)
public MoveResourceGroupRequest.Builder ownerId(Long ownerId)
public MoveResourceGroupRequest.Builder resourceId(String resourceId)
The ID of the resource.
This parameter is required.
example:cen-nye53d7p3hzyu4****
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:cen
public MoveResourceGroupRequest build()
Copyright © 2025. All rights reserved.