static CostCategoryRule.Builder |
CostCategoryRule.builder() |
|
default CostCategoryRule.Builder |
CostCategoryRule.Builder.inheritedValue(Consumer<CostCategoryInheritedValueDimension.Builder> inheritedValue) |
The value the line item is categorized as if the line item contains the matched dimension.
|
CostCategoryRule.Builder |
CostCategoryRule.Builder.inheritedValue(CostCategoryInheritedValueDimension inheritedValue) |
The value the line item is categorized as if the line item contains the matched dimension.
|
default CostCategoryRule.Builder |
CostCategoryRule.Builder.rule(Consumer<Expression.Builder> rule) |
|
CostCategoryRule.Builder |
CostCategoryRule.Builder.rule(Expression rule) |
|
CostCategoryRule.Builder |
CostCategoryRule.toBuilder() |
|
CostCategoryRule.Builder |
CostCategoryRule.Builder.type(String type) |
You can define the CostCategoryRule rule type as either REGULAR or
INHERITED_VALUE.
|
CostCategoryRule.Builder |
CostCategoryRule.Builder.type(CostCategoryRuleType type) |
You can define the CostCategoryRule rule type as either REGULAR or
INHERITED_VALUE.
|
CostCategoryRule.Builder |
CostCategoryRule.Builder.value(String value) |
Sets the value of the Value property for this object.
|