public static final class QuerySplitItemBillRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QuerySplitItemBillRequest.Builder |
billingCycle(String billingCycle)
The billing cycle, in the YYYY-MM format.
|
QuerySplitItemBillRequest.Builder |
billOwnerId(Long billOwnerId)
The ID of the member.
|
QuerySplitItemBillRequest |
build() |
QuerySplitItemBillRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
QuerySplitItemBillRequest.Builder |
pageNum(Integer pageNum)
The number of the page to return.
|
QuerySplitItemBillRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
QuerySplitItemBillRequest.Builder |
productCode(String productCode)
The code of the service.
|
QuerySplitItemBillRequest.Builder |
productType(String productType)
The type of the service.
|
QuerySplitItemBillRequest.Builder |
subscriptionType(String subscriptionType)
The billing method.
|
public QuerySplitItemBillRequest.Builder billOwnerId(Long billOwnerId)
The ID of the member. If you specify a value for this parameter, you can query the split bills of the specified member. If you leave this parameter empty, the split bills of the current account are queried by default.
example:123
public QuerySplitItemBillRequest.Builder billingCycle(String billingCycle)
The billing cycle, in the YYYY-MM format.
This parameter is required.
example:2020-03
public QuerySplitItemBillRequest.Builder ownerId(Long ownerId)
public QuerySplitItemBillRequest.Builder pageNum(Integer pageNum)
The number of the page to return. Default value: 1.
example:1
public QuerySplitItemBillRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page. Default value: 20. Maximum value: 300.
example:20
public QuerySplitItemBillRequest.Builder productCode(String productCode)
The code of the service.
example:rds
public QuerySplitItemBillRequest.Builder productType(String productType)
The type of the service.
example:rds
public QuerySplitItemBillRequest.Builder subscriptionType(String subscriptionType)
The billing method. Valid values: Subscription: subscription PayAsYouGo: pay-as-you-go This parameter must be used together with the ProductCode parameter.
example:PayAsYouGo
public QuerySplitItemBillRequest build()
Copyright © 2026. All rights reserved.