Interface CreateCostCategoryDefinitionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateCostCategoryDefinitionRequest.Builder,
,CreateCostCategoryDefinitionRequest> CostExplorerRequest.Builder
,SdkBuilder<CreateCostCategoryDefinitionRequest.Builder,
,CreateCostCategoryDefinitionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateCostCategoryDefinitionRequest
-
Method Summary
Modifier and TypeMethodDescriptiondefaultValue
(String defaultValue) Sets the value of the DefaultValue property for this object.effectiveStart
(String effectiveStart) The Cost Category's effective start date.Sets the value of the Name property for this object.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceTags
(Collection<ResourceTag> resourceTags) An optional list of tags to associate with the specifiedCostCategory
.resourceTags
(Consumer<ResourceTag.Builder>... resourceTags) An optional list of tags to associate with the specifiedCostCategory
.resourceTags
(ResourceTag... resourceTags) An optional list of tags to associate with the specifiedCostCategory
.rules
(Collection<CostCategoryRule> rules) The Cost Category rules used to categorize costs.rules
(Consumer<CostCategoryRule.Builder>... rules) The Cost Category rules used to categorize costs.rules
(CostCategoryRule... rules) The Cost Category rules used to categorize costs.ruleVersion
(String ruleVersion) Sets the value of the RuleVersion property for this object.ruleVersion
(CostCategoryRuleVersion ruleVersion) Sets the value of the RuleVersion property for this object.splitChargeRules
(Collection<CostCategorySplitChargeRule> splitChargeRules) The split charge rules used to allocate your charges between your Cost Category values.splitChargeRules
(Consumer<CostCategorySplitChargeRule.Builder>... splitChargeRules) The split charge rules used to allocate your charges between your Cost Category values.splitChargeRules
(CostCategorySplitChargeRule... splitChargeRules) The split charge rules used to allocate your charges between your Cost Category values.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 Details
-
name
Sets the value of the Name property for this object.- Parameters:
name
- The new value for the Name property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
effectiveStart
The Cost Category's effective start date. It can only be a billing start date (first day of the month). If the date isn't provided, it's the first day of the current month. Dates can't be before the previous twelve months, or in the future.
- Parameters:
effectiveStart
- The Cost Category's effective start date. It can only be a billing start date (first day of the month). If the date isn't provided, it's the first day of the current month. Dates can't be before the previous twelve months, or in the future.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleVersion
Sets the value of the RuleVersion property for this object.- Parameters:
ruleVersion
- The new value for the RuleVersion property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ruleVersion
Sets the value of the RuleVersion property for this object.- Parameters:
ruleVersion
- The new value for the RuleVersion property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
rules
The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
- Parameters:
rules
- The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rules
The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
- Parameters:
rules
- The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rules
The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
This is a convenience method that creates an instance of theCostCategoryRule.Builder
avoiding the need to create one manually viaCostCategoryRule.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torules(List<CostCategoryRule>)
.- Parameters:
rules
- a consumer that will call methods onCostCategoryRule.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
defaultValue
Sets the value of the DefaultValue property for this object.- Parameters:
defaultValue
- The new value for the DefaultValue property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
splitChargeRules
CreateCostCategoryDefinitionRequest.Builder splitChargeRules(Collection<CostCategorySplitChargeRule> splitChargeRules) The split charge rules used to allocate your charges between your Cost Category values.
- Parameters:
splitChargeRules
- The split charge rules used to allocate your charges between your Cost Category values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
splitChargeRules
CreateCostCategoryDefinitionRequest.Builder splitChargeRules(CostCategorySplitChargeRule... splitChargeRules) The split charge rules used to allocate your charges between your Cost Category values.
- Parameters:
splitChargeRules
- The split charge rules used to allocate your charges between your Cost Category values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
splitChargeRules
CreateCostCategoryDefinitionRequest.Builder splitChargeRules(Consumer<CostCategorySplitChargeRule.Builder>... splitChargeRules) The split charge rules used to allocate your charges between your Cost Category values.
This is a convenience method that creates an instance of theCostCategorySplitChargeRule.Builder
avoiding the need to create one manually viaCostCategorySplitChargeRule.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosplitChargeRules(List<CostCategorySplitChargeRule>)
.- Parameters:
splitChargeRules
- a consumer that will call methods onCostCategorySplitChargeRule.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceTags
An optional list of tags to associate with the specified
CostCategory
. You can use resource tags to control access to yourcost category
using IAM policies.Each tag consists of a key and a value, and each key must be unique for the resource. The following restrictions apply to resource tags:
-
Although the maximum number of array members is 200, you can assign a maximum of 50 user-tags to one resource. The remaining are reserved for Amazon Web Services use
-
The maximum length of a key is 128 characters
-
The maximum length of a value is 256 characters
-
Keys and values can only contain alphanumeric characters, spaces, and any of the following:
_.:/=+@-
-
Keys and values are case sensitive
-
Keys and values are trimmed for any leading or trailing whitespaces
-
Don’t use
aws:
as a prefix for your keys. This prefix is reserved for Amazon Web Services use
- Parameters:
resourceTags
- An optional list of tags to associate with the specifiedCostCategory
. You can use resource tags to control access to yourcost category
using IAM policies.Each tag consists of a key and a value, and each key must be unique for the resource. The following restrictions apply to resource tags:
-
Although the maximum number of array members is 200, you can assign a maximum of 50 user-tags to one resource. The remaining are reserved for Amazon Web Services use
-
The maximum length of a key is 128 characters
-
The maximum length of a value is 256 characters
-
Keys and values can only contain alphanumeric characters, spaces, and any of the following:
_.:/=+@-
-
Keys and values are case sensitive
-
Keys and values are trimmed for any leading or trailing whitespaces
-
Don’t use
aws:
as a prefix for your keys. This prefix is reserved for Amazon Web Services use
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
resourceTags
An optional list of tags to associate with the specified
CostCategory
. You can use resource tags to control access to yourcost category
using IAM policies.Each tag consists of a key and a value, and each key must be unique for the resource. The following restrictions apply to resource tags:
-
Although the maximum number of array members is 200, you can assign a maximum of 50 user-tags to one resource. The remaining are reserved for Amazon Web Services use
-
The maximum length of a key is 128 characters
-
The maximum length of a value is 256 characters
-
Keys and values can only contain alphanumeric characters, spaces, and any of the following:
_.:/=+@-
-
Keys and values are case sensitive
-
Keys and values are trimmed for any leading or trailing whitespaces
-
Don’t use
aws:
as a prefix for your keys. This prefix is reserved for Amazon Web Services use
- Parameters:
resourceTags
- An optional list of tags to associate with the specifiedCostCategory
. You can use resource tags to control access to yourcost category
using IAM policies.Each tag consists of a key and a value, and each key must be unique for the resource. The following restrictions apply to resource tags:
-
Although the maximum number of array members is 200, you can assign a maximum of 50 user-tags to one resource. The remaining are reserved for Amazon Web Services use
-
The maximum length of a key is 128 characters
-
The maximum length of a value is 256 characters
-
Keys and values can only contain alphanumeric characters, spaces, and any of the following:
_.:/=+@-
-
Keys and values are case sensitive
-
Keys and values are trimmed for any leading or trailing whitespaces
-
Don’t use
aws:
as a prefix for your keys. This prefix is reserved for Amazon Web Services use
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
resourceTags
CreateCostCategoryDefinitionRequest.Builder resourceTags(Consumer<ResourceTag.Builder>... resourceTags) An optional list of tags to associate with the specified
CostCategory
. You can use resource tags to control access to yourcost category
using IAM policies.Each tag consists of a key and a value, and each key must be unique for the resource. The following restrictions apply to resource tags:
-
Although the maximum number of array members is 200, you can assign a maximum of 50 user-tags to one resource. The remaining are reserved for Amazon Web Services use
-
The maximum length of a key is 128 characters
-
The maximum length of a value is 256 characters
-
Keys and values can only contain alphanumeric characters, spaces, and any of the following:
_.:/=+@-
-
Keys and values are case sensitive
-
Keys and values are trimmed for any leading or trailing whitespaces
-
Don’t use
aws:
as a prefix for your keys. This prefix is reserved for Amazon Web Services use
ResourceTag.Builder
avoiding the need to create one manually viaResourceTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toresourceTags(List<ResourceTag>)
.- Parameters:
resourceTags
- a consumer that will call methods onResourceTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
overrideConfiguration
CreateCostCategoryDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateCostCategoryDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-