Interface ListBillingGroupCostReportsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BillingconductorResponse.Builder,Buildable,CopyableBuilder<ListBillingGroupCostReportsResponse.Builder,ListBillingGroupCostReportsResponse>,SdkBuilder<ListBillingGroupCostReportsResponse.Builder,ListBillingGroupCostReportsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListBillingGroupCostReportsResponse
public static interface ListBillingGroupCostReportsResponse.Builder extends BillingconductorResponse.Builder, SdkPojo, CopyableBuilder<ListBillingGroupCostReportsResponse.Builder,ListBillingGroupCostReportsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListBillingGroupCostReportsResponse.BuilderbillingGroupCostReports(Collection<BillingGroupCostReportElement> billingGroupCostReports)A list ofBillingGroupCostReportElementretrieved.ListBillingGroupCostReportsResponse.BuilderbillingGroupCostReports(Consumer<BillingGroupCostReportElement.Builder>... billingGroupCostReports)A list ofBillingGroupCostReportElementretrieved.ListBillingGroupCostReportsResponse.BuilderbillingGroupCostReports(BillingGroupCostReportElement... billingGroupCostReports)A list ofBillingGroupCostReportElementretrieved.ListBillingGroupCostReportsResponse.BuildernextToken(String nextToken)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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
billingGroupCostReports
ListBillingGroupCostReportsResponse.Builder billingGroupCostReports(Collection<BillingGroupCostReportElement> billingGroupCostReports)
A list of
BillingGroupCostReportElementretrieved.- Parameters:
billingGroupCostReports- A list ofBillingGroupCostReportElementretrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
billingGroupCostReports
ListBillingGroupCostReportsResponse.Builder billingGroupCostReports(BillingGroupCostReportElement... billingGroupCostReports)
A list of
BillingGroupCostReportElementretrieved.- Parameters:
billingGroupCostReports- A list ofBillingGroupCostReportElementretrieved.- 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 theBillingGroupCostReportElementretrieved.BillingGroupCostReportElement.Builderavoiding the need to create one manually viaBillingGroupCostReportElement.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#billingGroupCostReports(List.) - 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:
#billingGroupCostReports(java.util.Collection)
-
nextToken
ListBillingGroupCostReportsResponse.Builder nextToken(String 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.
-
-