Interface StartCostAllocationTagBackfillRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartCostAllocationTagBackfillRequest.Builder,StartCostAllocationTagBackfillRequest>,CostExplorerRequest.Builder,SdkBuilder<StartCostAllocationTagBackfillRequest.Builder,StartCostAllocationTagBackfillRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartCostAllocationTagBackfillRequest
public static interface StartCostAllocationTagBackfillRequest.Builder extends CostExplorerRequest.Builder, SdkPojo, CopyableBuilder<StartCostAllocationTagBackfillRequest.Builder,StartCostAllocationTagBackfillRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartCostAllocationTagBackfillRequest.BuilderbackfillFrom(String backfillFrom)The date you want the backfill to start from.StartCostAllocationTagBackfillRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartCostAllocationTagBackfillRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.costexplorer.model.CostExplorerRequest.Builder
build
-
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
StartCostAllocationTagBackfillRequest.Builder backfillFrom(String backfillFrom)
The date you want the backfill to start from. The date can only be a first day of the month (a billing start date). Dates can't precede the previous twelve months, or in the future.
- Parameters:
backfillFrom- The date you want the backfill to start from. The date can only be a first day of the month (a billing start date). Dates can't precede the previous twelve months, or in the future.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartCostAllocationTagBackfillRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartCostAllocationTagBackfillRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-