Interface ListCostCategoryDefinitionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListCostCategoryDefinitionsRequest.Builder,ListCostCategoryDefinitionsRequest>,CostExplorerRequest.Builder,SdkBuilder<ListCostCategoryDefinitionsRequest.Builder,ListCostCategoryDefinitionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListCostCategoryDefinitionsRequest
public static interface ListCostCategoryDefinitionsRequest.Builder extends CostExplorerRequest.Builder, SdkPojo, CopyableBuilder<ListCostCategoryDefinitionsRequest.Builder,ListCostCategoryDefinitionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCostCategoryDefinitionsRequest.BuildereffectiveOn(String effectiveOn)The date when the Cost Category was effective.ListCostCategoryDefinitionsRequest.BuildermaxResults(Integer maxResults)The number of entries a paginated response contains.ListCostCategoryDefinitionsRequest.BuildernextToken(String nextToken)The token to retrieve the next set of results.ListCostCategoryDefinitionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCostCategoryDefinitionsRequest.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, sdkFields
-
-
-
-
Method Detail
-
effectiveOn
ListCostCategoryDefinitionsRequest.Builder effectiveOn(String effectiveOn)
The date when the Cost Category was effective.
- Parameters:
effectiveOn- The date when the Cost Category was effective.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListCostCategoryDefinitionsRequest.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
ListCostCategoryDefinitionsRequest.Builder maxResults(Integer maxResults)
The number of entries a paginated response contains.
- Parameters:
maxResults- The number of entries a paginated response contains.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCostCategoryDefinitionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListCostCategoryDefinitionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-