public static final class DescribeInstanceBillResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeInstanceBillResponseBody.Data.Builder |
accountID(String accountID)
The ID of the account.
|
DescribeInstanceBillResponseBody.Data.Builder |
accountName(String accountName)
The name of the account.
|
DescribeInstanceBillResponseBody.Data.Builder |
billingCycle(String billingCycle)
The billing cycle in the YYYY-MM format.
|
DescribeInstanceBillResponseBody.Data |
build() |
DescribeInstanceBillResponseBody.Data.Builder |
items(List<DescribeInstanceBillResponseBody.Items> items)
The details of the bill.
|
DescribeInstanceBillResponseBody.Data.Builder |
maxResults(Integer maxResults)
The maximum number of entries returned.
|
DescribeInstanceBillResponseBody.Data.Builder |
nextToken(String nextToken)
The position where the query stopped.
|
DescribeInstanceBillResponseBody.Data.Builder |
totalCount(Integer totalCount)
The total number of returned entries.
|
public DescribeInstanceBillResponseBody.Data.Builder accountID(String accountID)
The ID of the account.
example:122
public DescribeInstanceBillResponseBody.Data.Builder accountName(String accountName)
The name of the account.
example:public DescribeInstanceBillResponseBody.Data.Builder billingCycle(String billingCycle)
The billing cycle in the YYYY-MM format.
example:2020-03
public DescribeInstanceBillResponseBody.Data.Builder items(List<DescribeInstanceBillResponseBody.Items> items)
The details of the bill.
public DescribeInstanceBillResponseBody.Data.Builder maxResults(Integer maxResults)
The maximum number of entries returned.
example:20
public DescribeInstanceBillResponseBody.Data.Builder nextToken(String nextToken)
The position where the query stopped. If this parameter is left empty, all the results are returned. If you perform another call, you must set the NextToken parameter to the value of this parameter.
example:CAESEgoQCg4KCm
public DescribeInstanceBillResponseBody.Data.Builder totalCount(Integer totalCount)
The total number of returned entries.
example:20
public DescribeInstanceBillResponseBody.Data build()
Copyright © 2026. All rights reserved.