public static final class QueryBillOverviewRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryBillOverviewRequest.Builder |
billingCycle(String billingCycle)
The billing cycle, in the YYYY-MM format.
|
QueryBillOverviewRequest.Builder |
billOwnerId(Long billOwnerId)
The ID of the member.
|
QueryBillOverviewRequest |
build() |
QueryBillOverviewRequest.Builder |
productCode(String productCode)
The code of the service.
|
QueryBillOverviewRequest.Builder |
productType(String productType)
The type of the service.
|
QueryBillOverviewRequest.Builder |
subscriptionType(String subscriptionType)
The billing method.
|
public QueryBillOverviewRequest.Builder billOwnerId(Long billOwnerId)
The ID of the member. If you specify a value for this parameter, you can query the bills of the specified member. If you leave this parameter empty, the bills of the current account are queried by default.
example:1234
public QueryBillOverviewRequest.Builder billingCycle(String billingCycle)
The billing cycle, in the YYYY-MM format.
This parameter is required.
example:2018-07
public QueryBillOverviewRequest.Builder productCode(String productCode)
The code of the service.
example:rds
public QueryBillOverviewRequest.Builder productType(String productType)
The type of the service.
example:rds
public QueryBillOverviewRequest.Builder subscriptionType(String subscriptionType)
The billing method. Valid values:
Subscription
public QueryBillOverviewRequest build()
Copyright © 2026. All rights reserved.