Interface ListCostAllocationTagBackfillHistoryResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListCostAllocationTagBackfillHistoryResponse.Builder,ListCostAllocationTagBackfillHistoryResponse>,CostExplorerResponse.Builder,SdkBuilder<ListCostAllocationTagBackfillHistoryResponse.Builder,ListCostAllocationTagBackfillHistoryResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListCostAllocationTagBackfillHistoryResponse
public static interface ListCostAllocationTagBackfillHistoryResponse.Builder extends CostExplorerResponse.Builder, SdkPojo, CopyableBuilder<ListCostAllocationTagBackfillHistoryResponse.Builder,ListCostAllocationTagBackfillHistoryResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCostAllocationTagBackfillHistoryResponse.BuilderbackfillRequests(Collection<CostAllocationTagBackfillRequest> backfillRequests)The list of historical cost allocation tag backfill requests.ListCostAllocationTagBackfillHistoryResponse.BuilderbackfillRequests(Consumer<CostAllocationTagBackfillRequest.Builder>... backfillRequests)The list of historical cost allocation tag backfill requests.ListCostAllocationTagBackfillHistoryResponse.BuilderbackfillRequests(CostAllocationTagBackfillRequest... backfillRequests)The list of historical cost allocation tag backfill requests.ListCostAllocationTagBackfillHistoryResponse.BuildernextToken(String nextToken)The token to retrieve the next set of results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.costexplorer.model.CostExplorerResponse.Builder
build, responseMetadata, responseMetadata
-
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 Detail
-
backfillRequests
ListCostAllocationTagBackfillHistoryResponse.Builder backfillRequests(Collection<CostAllocationTagBackfillRequest> backfillRequests)
The list of historical cost allocation tag backfill requests.
- Parameters:
backfillRequests- The list of historical cost allocation tag backfill requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backfillRequests
ListCostAllocationTagBackfillHistoryResponse.Builder backfillRequests(CostAllocationTagBackfillRequest... backfillRequests)
The list of historical cost allocation tag backfill requests.
- Parameters:
backfillRequests- The list of historical cost allocation tag backfill requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backfillRequests
ListCostAllocationTagBackfillHistoryResponse.Builder backfillRequests(Consumer<CostAllocationTagBackfillRequest.Builder>... backfillRequests)
The list of historical cost allocation tag backfill requests.
This is a convenience method that creates an instance of theCostAllocationTagBackfillRequest.Builderavoiding the need to create one manually viaCostAllocationTagBackfillRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#backfillRequests(List.) - Parameters:
backfillRequests- a consumer that will call methods onCostAllocationTagBackfillRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#backfillRequests(java.util.Collection)
-
nextToken
ListCostAllocationTagBackfillHistoryResponse.Builder nextToken(String nextToken)
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
- Parameters:
nextToken- The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-