Uses of Interface
software.amazon.awssdk.services.costexplorer.model.CostAllocationTagBackfillRequest.Builder
-
Packages that use CostAllocationTagBackfillRequest.Builder Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of CostAllocationTagBackfillRequest.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return CostAllocationTagBackfillRequest.Builder Modifier and Type Method Description CostAllocationTagBackfillRequest.BuilderCostAllocationTagBackfillRequest.Builder. backfillFrom(String backfillFrom)The date the backfill starts from.CostAllocationTagBackfillRequest.BuilderCostAllocationTagBackfillRequest.Builder. backfillStatus(String backfillStatus)The status of the cost allocation tag backfill request.CostAllocationTagBackfillRequest.BuilderCostAllocationTagBackfillRequest.Builder. backfillStatus(CostAllocationTagBackfillStatus backfillStatus)The status of the cost allocation tag backfill request.static CostAllocationTagBackfillRequest.BuilderCostAllocationTagBackfillRequest. builder()CostAllocationTagBackfillRequest.BuilderCostAllocationTagBackfillRequest.Builder. completedAt(String completedAt)The backfill completion time.CostAllocationTagBackfillRequest.BuilderCostAllocationTagBackfillRequest.Builder. lastUpdatedAt(String lastUpdatedAt)The time when the backfill status was last updated.CostAllocationTagBackfillRequest.BuilderCostAllocationTagBackfillRequest.Builder. requestedAt(String requestedAt)The time when the backfill was requested.CostAllocationTagBackfillRequest.BuilderCostAllocationTagBackfillRequest. toBuilder()Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type CostAllocationTagBackfillRequest.Builder Modifier and Type Method Description static Class<? extends CostAllocationTagBackfillRequest.Builder>CostAllocationTagBackfillRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type CostAllocationTagBackfillRequest.Builder Modifier and Type Method Description default StartCostAllocationTagBackfillResponse.BuilderStartCostAllocationTagBackfillResponse.Builder. backfillRequest(Consumer<CostAllocationTagBackfillRequest.Builder> backfillRequest)An object containing detailed metadata of your new backfill request.
-