Interface CostAllocationTagBackfillRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CostAllocationTagBackfillRequest.Builder,CostAllocationTagBackfillRequest>,SdkBuilder<CostAllocationTagBackfillRequest.Builder,CostAllocationTagBackfillRequest>,SdkPojo
- Enclosing class:
- CostAllocationTagBackfillRequest
public static interface CostAllocationTagBackfillRequest.Builder extends SdkPojo, CopyableBuilder<CostAllocationTagBackfillRequest.Builder,CostAllocationTagBackfillRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CostAllocationTagBackfillRequest.BuilderbackfillFrom(String backfillFrom)The date the backfill starts from.CostAllocationTagBackfillRequest.BuilderbackfillStatus(String backfillStatus)The status of the cost allocation tag backfill request.CostAllocationTagBackfillRequest.BuilderbackfillStatus(CostAllocationTagBackfillStatus backfillStatus)The status of the cost allocation tag backfill request.CostAllocationTagBackfillRequest.BuildercompletedAt(String completedAt)The backfill completion time.CostAllocationTagBackfillRequest.BuilderlastUpdatedAt(String lastUpdatedAt)The time when the backfill status was last updated.CostAllocationTagBackfillRequest.BuilderrequestedAt(String requestedAt)The time when the backfill was requested.-
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
-
-
-
-
Method Detail
-
backfillFrom
CostAllocationTagBackfillRequest.Builder backfillFrom(String backfillFrom)
The date the backfill starts from.
- Parameters:
backfillFrom- The date the backfill starts from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestedAt
CostAllocationTagBackfillRequest.Builder requestedAt(String requestedAt)
The time when the backfill was requested.
- Parameters:
requestedAt- The time when the backfill was requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completedAt
CostAllocationTagBackfillRequest.Builder completedAt(String completedAt)
The backfill completion time.
- Parameters:
completedAt- The backfill completion time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backfillStatus
CostAllocationTagBackfillRequest.Builder backfillStatus(String backfillStatus)
The status of the cost allocation tag backfill request.
- Parameters:
backfillStatus- The status of the cost allocation tag backfill request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CostAllocationTagBackfillStatus,CostAllocationTagBackfillStatus
-
backfillStatus
CostAllocationTagBackfillRequest.Builder backfillStatus(CostAllocationTagBackfillStatus backfillStatus)
The status of the cost allocation tag backfill request.
- Parameters:
backfillStatus- The status of the cost allocation tag backfill request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CostAllocationTagBackfillStatus,CostAllocationTagBackfillStatus
-
lastUpdatedAt
CostAllocationTagBackfillRequest.Builder lastUpdatedAt(String lastUpdatedAt)
The time when the backfill status was last updated.
- Parameters:
lastUpdatedAt- The time when the backfill status was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-