public static final class UpdateResourceGroupAttributeRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
UpdateResourceGroupAttributeRequest |
build() |
UpdateResourceGroupAttributeRequest.Builder |
drdsInstanceId(String drdsInstanceId)
The ID of the instance that you want to transfer.
|
UpdateResourceGroupAttributeRequest.Builder |
newResourceGroupId(String newResourceGroupId)
The ID of the resource group that you want to specify.
|
UpdateResourceGroupAttributeRequest.Builder |
regionId(String regionId)
The ID of the region where the instance you want to transfer is located.
|
public UpdateResourceGroupAttributeRequest.Builder drdsInstanceId(String drdsInstanceId)
> You can call the [DescribeDrdsInstances](~~139284~~) operation to view the details of the instances under the account, including the instance IDs.
public UpdateResourceGroupAttributeRequest.Builder newResourceGroupId(String newResourceGroupId)
> You can call the [ListResourceGroups](~~158855~~) operation to view the details of the resource groups, including the resource group IDs.
public UpdateResourceGroupAttributeRequest.Builder regionId(String regionId)
> You can call the [DescribeDrdsInstances](~~139284~~) operation to view the details of the instances under the account, including the region IDs.
public UpdateResourceGroupAttributeRequest build()
Copyright © 2024. All rights reserved.