public static final class QueryBillToOSSSubscriptionResponseBody.Item.Builder extends Object
public QueryBillToOSSSubscriptionResponseBody.Item.Builder bucketOwnerId(Long bucketOwnerId)
The owner ID of the Object Storage Service (OSS) bucket.
example:1369168081849304
public QueryBillToOSSSubscriptionResponseBody.Item.Builder bucketPath(String bucketPath)
The path in the OSS bucket.
example:Billing/BillingItemDetailMonthly/
public QueryBillToOSSSubscriptionResponseBody.Item.Builder rowLimitPerFile(Integer rowLimitPerFile)
The maximum number of data rows in a single file. If the number of data rows in a bill exceeds the upper limit, the bill is split into multiple files. Then, multiple files are merged and compressed into a package.
example:300000
public QueryBillToOSSSubscriptionResponseBody.Item.Builder subscribeBucket(String subscribeBucket)
The ID of the OSS bucket that stores the subscribed bill.
example:billingtestbucket
public QueryBillToOSSSubscriptionResponseBody.Item.Builder subscribeLanguage(String subscribeLanguage)
The code of the language.
Valid values:
zh
public QueryBillToOSSSubscriptionResponseBody.Item.Builder subscribeTime(String subscribeTime)
The time when the subscribed bill was stored in the OSS bucket. The time is displayed in the YYYY-MM-DD hh:mm:ss format.
example:2019-10-30 15:40:11
public QueryBillToOSSSubscriptionResponseBody.Item.Builder subscribeType(String subscribeType)
The type of the subscribed bill. Valid values:
BillingItemDetailForBillingPeriod
public QueryBillToOSSSubscriptionResponseBody.Item build()
Copyright © 2026. All rights reserved.