public static final class InquiryPriceRefundInstanceRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
InquiryPriceRefundInstanceRequest |
build() |
InquiryPriceRefundInstanceRequest.Builder |
clientToken(String clientToken)
This parameter is required for scenarios that need idempotence.
|
InquiryPriceRefundInstanceRequest.Builder |
instanceId(String instanceId)
The ID of the instance.
|
InquiryPriceRefundInstanceRequest.Builder |
productCode(String productCode)
The code of the service.
|
InquiryPriceRefundInstanceRequest.Builder |
productType(String productType)
The type of the service.
|
public InquiryPriceRefundInstanceRequest.Builder clientToken(String clientToken)
This parameter is required for scenarios that need idempotence. The UUID that is used to ensure the idempotence of the request.
example:793F021C-B589-1225-82A9-99232AEBE494
public InquiryPriceRefundInstanceRequest.Builder instanceId(String instanceId)
The ID of the instance. This parameter is required for unsubscription scenarios.
example:i-bp1etb69sqxgl4*******
public InquiryPriceRefundInstanceRequest.Builder productCode(String productCode)
The code of the service. This parameter is required for unsubscription scenarios.
example:ecs
public InquiryPriceRefundInstanceRequest.Builder productType(String productType)
The type of the service. This parameter is required for unsubscription scenarios. Unless otherwise specified, set this parameter to an empty string.
example:”“
public InquiryPriceRefundInstanceRequest build()
Copyright © 2026. All rights reserved.