Interface StartCostAllocationTagBackfillResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartCostAllocationTagBackfillResponse.Builder,StartCostAllocationTagBackfillResponse>,CostExplorerResponse.Builder,SdkBuilder<StartCostAllocationTagBackfillResponse.Builder,StartCostAllocationTagBackfillResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartCostAllocationTagBackfillResponse
public static interface StartCostAllocationTagBackfillResponse.Builder extends CostExplorerResponse.Builder, SdkPojo, CopyableBuilder<StartCostAllocationTagBackfillResponse.Builder,StartCostAllocationTagBackfillResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StartCostAllocationTagBackfillResponse.BuilderbackfillRequest(Consumer<CostAllocationTagBackfillRequest.Builder> backfillRequest)An object containing detailed metadata of your new backfill request.StartCostAllocationTagBackfillResponse.BuilderbackfillRequest(CostAllocationTagBackfillRequest backfillRequest)An object containing detailed metadata of your new backfill request.-
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
-
backfillRequest
StartCostAllocationTagBackfillResponse.Builder backfillRequest(CostAllocationTagBackfillRequest backfillRequest)
An object containing detailed metadata of your new backfill request.
- Parameters:
backfillRequest- An object containing detailed metadata of your new backfill request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backfillRequest
default StartCostAllocationTagBackfillResponse.Builder backfillRequest(Consumer<CostAllocationTagBackfillRequest.Builder> backfillRequest)
An object containing detailed metadata of your new backfill request.
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 tobackfillRequest(CostAllocationTagBackfillRequest).- Parameters:
backfillRequest- 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:
backfillRequest(CostAllocationTagBackfillRequest)
-
-