public static interface ListCostCategoryDefinitionsRequest.Builder extends CostExplorerRequest.Builder, SdkPojo, CopyableBuilder<ListCostCategoryDefinitionsRequest.Builder,ListCostCategoryDefinitionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCostCategoryDefinitionsRequest.Builder |
effectiveOn(String effectiveOn)
The date when the Cost Category was effective.
|
ListCostCategoryDefinitionsRequest.Builder |
maxResults(Integer maxResults)
The number of entries a paginated response contains.
|
ListCostCategoryDefinitionsRequest.Builder |
nextToken(String nextToken)
The token to retrieve the next set of results.
|
ListCostCategoryDefinitionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCostCategoryDefinitionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCostCategoryDefinitionsRequest.Builder effectiveOn(String effectiveOn)
The date when the Cost Category was effective.
effectiveOn - The date when the Cost Category was effective.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.
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.ListCostCategoryDefinitionsRequest.Builder maxResults(Integer maxResults)
The number of entries a paginated response contains.
maxResults - The number of entries a paginated response contains.ListCostCategoryDefinitionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCostCategoryDefinitionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.