| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
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)
An Expression
object used to categorize costs.
|
CostCategoryRule.Builder |
CostCategoryRule.Builder.rule(Expression rule)
An Expression
object used to categorize costs.
|
CostCategoryRule.Builder |
CostCategoryRule.toBuilder() |
CostCategoryRule.Builder |
CostCategoryRule.Builder.type(CostCategoryRuleType type)
You can define the
CostCategoryRule rule type as either REGULAR or
INHERITED_VALUE. |
CostCategoryRule.Builder |
CostCategoryRule.Builder.type(String 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CostCategoryRule.Builder> |
CostCategoryRule.serializableBuilderClass() |
Copyright © 2023. All rights reserved.