Interface ListCostAllocationTagBackfillHistoryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListCostAllocationTagBackfillHistoryRequest.Builder,ListCostAllocationTagBackfillHistoryRequest>,CostExplorerRequest.Builder,SdkBuilder<ListCostAllocationTagBackfillHistoryRequest.Builder,ListCostAllocationTagBackfillHistoryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListCostAllocationTagBackfillHistoryRequest
public static interface ListCostAllocationTagBackfillHistoryRequest.Builder extends CostExplorerRequest.Builder, SdkPojo, CopyableBuilder<ListCostAllocationTagBackfillHistoryRequest.Builder,ListCostAllocationTagBackfillHistoryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCostAllocationTagBackfillHistoryRequest.BuildermaxResults(Integer maxResults)The maximum number of objects that are returned for this request.ListCostAllocationTagBackfillHistoryRequest.BuildernextToken(String nextToken)The token to retrieve the next set of results.ListCostAllocationTagBackfillHistoryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCostAllocationTagBackfillHistoryRequest.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
-
nextToken
ListCostAllocationTagBackfillHistoryRequest.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.
-
maxResults
ListCostAllocationTagBackfillHistoryRequest.Builder maxResults(Integer maxResults)
The maximum number of objects that are returned for this request.
- Parameters:
maxResults- The maximum number of objects that are returned for this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCostAllocationTagBackfillHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListCostAllocationTagBackfillHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-