Interface ListBillingGroupCostReportsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BillingconductorResponse.Builder
,Buildable
,CopyableBuilder<ListBillingGroupCostReportsResponse.Builder,
,ListBillingGroupCostReportsResponse> SdkBuilder<ListBillingGroupCostReportsResponse.Builder,
,ListBillingGroupCostReportsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListBillingGroupCostReportsResponse
@Mutable
@NotThreadSafe
public static interface ListBillingGroupCostReportsResponse.Builder
extends BillingconductorResponse.Builder, SdkPojo, CopyableBuilder<ListBillingGroupCostReportsResponse.Builder,ListBillingGroupCostReportsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionbillingGroupCostReports
(Collection<BillingGroupCostReportElement> billingGroupCostReports) A list ofBillingGroupCostReportElement
retrieved.billingGroupCostReports
(Consumer<BillingGroupCostReportElement.Builder>... billingGroupCostReports) A list ofBillingGroupCostReportElement
retrieved.billingGroupCostReports
(BillingGroupCostReportElement... billingGroupCostReports) A list ofBillingGroupCostReportElement
retrieved.The pagination token that's used on subsequent calls to get reports.Methods inherited from interface software.amazon.awssdk.services.billingconductor.model.BillingconductorResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
billingGroupCostReports
ListBillingGroupCostReportsResponse.Builder billingGroupCostReports(Collection<BillingGroupCostReportElement> billingGroupCostReports) A list of
BillingGroupCostReportElement
retrieved.- Parameters:
billingGroupCostReports
- A list ofBillingGroupCostReportElement
retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
billingGroupCostReports
ListBillingGroupCostReportsResponse.Builder billingGroupCostReports(BillingGroupCostReportElement... billingGroupCostReports) A list of
BillingGroupCostReportElement
retrieved.- Parameters:
billingGroupCostReports
- A list ofBillingGroupCostReportElement
retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
billingGroupCostReports
ListBillingGroupCostReportsResponse.Builder billingGroupCostReports(Consumer<BillingGroupCostReportElement.Builder>... billingGroupCostReports) A list of
This is a convenience method that creates an instance of theBillingGroupCostReportElement
retrieved.BillingGroupCostReportElement.Builder
avoiding the need to create one manually viaBillingGroupCostReportElement.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tobillingGroupCostReports(List<BillingGroupCostReportElement>)
.- Parameters:
billingGroupCostReports
- a consumer that will call methods onBillingGroupCostReportElement.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The pagination token that's used on subsequent calls to get reports.
- Parameters:
nextToken
- The pagination token that's used on subsequent calls to get reports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-