public static interface CostCategoryRule.Builder extends SdkPojo, CopyableBuilder<CostCategoryRule.Builder,CostCategoryRule>
| Modifier and Type | Method and Description |
|---|---|
default CostCategoryRule.Builder |
inheritedValue(Consumer<CostCategoryInheritedValueDimension.Builder> inheritedValue)
The value the line item will be categorized as, if the line item contains the matched dimension.
|
CostCategoryRule.Builder |
inheritedValue(CostCategoryInheritedValueDimension inheritedValue)
The value the line item will be categorized as, if the line item contains the matched dimension.
|
default CostCategoryRule.Builder |
rule(Consumer<Expression.Builder> rule)
An Expression
object used to categorize costs.
|
CostCategoryRule.Builder |
rule(Expression rule)
An Expression
object used to categorize costs.
|
CostCategoryRule.Builder |
type(CostCategoryRuleType type)
You can define the
CostCategoryRule rule type as either REGULAR or
INHERITED_VALUE. |
CostCategoryRule.Builder |
type(String type)
You can define the
CostCategoryRule rule type as either REGULAR or
INHERITED_VALUE. |
CostCategoryRule.Builder |
value(String value)
Sets the value of the Value property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCostCategoryRule.Builder value(String value)
value - The new value for the Value property for this object.CostCategoryRule.Builder rule(Expression rule)
An Expression
object used to categorize costs. This supports dimensions, tags, and nested expressions. Currently the only
dimensions supported are LINKED_ACCOUNT, SERVICE_CODE, RECORD_TYPE,
and LINKED_ACCOUNT_NAME.
Root level OR is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE is a dimension used for Cost Explorer APIs, and is also supported for Cost Category
expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON
editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.
rule - An
Expression object used to categorize costs. This supports dimensions, tags, and nested
expressions. Currently the only dimensions supported are LINKED_ACCOUNT,
SERVICE_CODE, RECORD_TYPE, and LINKED_ACCOUNT_NAME.
Root level OR is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE is a dimension used for Cost Explorer APIs, and is also supported for Cost
Category expressions. This dimension uses different terms, depending on whether you're using the
console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.
default CostCategoryRule.Builder rule(Consumer<Expression.Builder> rule)
An Expression
object used to categorize costs. This supports dimensions, tags, and nested expressions. Currently the only
dimensions supported are LINKED_ACCOUNT, SERVICE_CODE, RECORD_TYPE,
and LINKED_ACCOUNT_NAME.
Root level OR is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE is a dimension used for Cost Explorer APIs, and is also supported for Cost Category
expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON
editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.
Expression.Builder avoiding the need to create
one manually via Expression.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to rule(Expression).rule - a consumer that will call methods on Expression.Builderrule(Expression)CostCategoryRule.Builder inheritedValue(CostCategoryInheritedValueDimension inheritedValue)
The value the line item will be categorized as, if the line item contains the matched dimension.
inheritedValue - The value the line item will be categorized as, if the line item contains the matched dimension.default CostCategoryRule.Builder inheritedValue(Consumer<CostCategoryInheritedValueDimension.Builder> inheritedValue)
The value the line item will be categorized as, if the line item contains the matched dimension.
This is a convenience that creates an instance of theCostCategoryInheritedValueDimension.Builder
avoiding the need to create one manually via CostCategoryInheritedValueDimension.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to inheritedValue(CostCategoryInheritedValueDimension).inheritedValue - a consumer that will call methods on CostCategoryInheritedValueDimension.BuilderinheritedValue(CostCategoryInheritedValueDimension)CostCategoryRule.Builder type(String type)
You can define the CostCategoryRule rule type as either REGULAR or
INHERITED_VALUE. The INHERITED_VALUE rule type adds the flexibility of defining a
rule that dynamically inherits the cost category value from the dimension value defined by
CostCategoryInheritedValueDimension. For example, if you wanted to dynamically group costs based
on the value of a specific tag key, you would first choose an inherited value rule type, then choose the tag
dimension and specify the tag key to use.
type - You can define the CostCategoryRule rule type as either REGULAR or
INHERITED_VALUE. The INHERITED_VALUE rule type adds the flexibility of
defining a rule that dynamically inherits the cost category value from the dimension value defined by
CostCategoryInheritedValueDimension. For example, if you wanted to dynamically group
costs based on the value of a specific tag key, you would first choose an inherited value rule type,
then choose the tag dimension and specify the tag key to use.CostCategoryRuleType,
CostCategoryRuleTypeCostCategoryRule.Builder type(CostCategoryRuleType type)
You can define the CostCategoryRule rule type as either REGULAR or
INHERITED_VALUE. The INHERITED_VALUE rule type adds the flexibility of defining a
rule that dynamically inherits the cost category value from the dimension value defined by
CostCategoryInheritedValueDimension. For example, if you wanted to dynamically group costs based
on the value of a specific tag key, you would first choose an inherited value rule type, then choose the tag
dimension and specify the tag key to use.
type - You can define the CostCategoryRule rule type as either REGULAR or
INHERITED_VALUE. The INHERITED_VALUE rule type adds the flexibility of
defining a rule that dynamically inherits the cost category value from the dimension value defined by
CostCategoryInheritedValueDimension. For example, if you wanted to dynamically group
costs based on the value of a specific tag key, you would first choose an inherited value rule type,
then choose the tag dimension and specify the tag key to use.CostCategoryRuleType,
CostCategoryRuleTypeCopyright © 2021. All rights reserved.