public static interface ListBillingGroupCostReportsResponse.Builder extends BillingconductorResponse.Builder, SdkPojo, CopyableBuilder<ListBillingGroupCostReportsResponse.Builder,ListBillingGroupCostReportsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBillingGroupCostReportsResponse.Builder |
billingGroupCostReports(BillingGroupCostReportElement... billingGroupCostReports)
A list of
BillingGroupCostReportElement retrieved. |
ListBillingGroupCostReportsResponse.Builder |
billingGroupCostReports(Collection<BillingGroupCostReportElement> billingGroupCostReports)
A list of
BillingGroupCostReportElement retrieved. |
ListBillingGroupCostReportsResponse.Builder |
billingGroupCostReports(Consumer<BillingGroupCostReportElement.Builder>... billingGroupCostReports)
A list of
BillingGroupCostReportElement retrieved. |
ListBillingGroupCostReportsResponse.Builder |
nextToken(String nextToken)
The pagination token that's used on subsequent calls to get reports.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBillingGroupCostReportsResponse.Builder billingGroupCostReports(Collection<BillingGroupCostReportElement> billingGroupCostReports)
A list of BillingGroupCostReportElement retrieved.
billingGroupCostReports - A list of BillingGroupCostReportElement retrieved.ListBillingGroupCostReportsResponse.Builder billingGroupCostReports(BillingGroupCostReportElement... billingGroupCostReports)
A list of BillingGroupCostReportElement retrieved.
billingGroupCostReports - A list of BillingGroupCostReportElement retrieved.ListBillingGroupCostReportsResponse.Builder billingGroupCostReports(Consumer<BillingGroupCostReportElement.Builder>... billingGroupCostReports)
A list of BillingGroupCostReportElement retrieved.
BillingGroupCostReportElement.Builder avoiding
the need to create one manually via
BillingGroupCostReportElement.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #billingGroupCostReports(List.
billingGroupCostReports - a consumer that will call methods on
BillingGroupCostReportElement.Builder#billingGroupCostReports(java.util.Collection) ListBillingGroupCostReportsResponse.Builder nextToken(String nextToken)
The pagination token that's used on subsequent calls to get reports.
nextToken - The pagination token that's used on subsequent calls to get reports.Copyright © 2023. All rights reserved.