static CostCategory.Builder |
CostCategory.builder() |
|
CostCategory.Builder |
CostCategory.Builder.costCategoryArn(String costCategoryArn) |
The unique identifier for your Cost Category.
|
CostCategory.Builder |
CostCategory.Builder.defaultValue(String defaultValue) |
Sets the value of the DefaultValue property for this object.
|
CostCategory.Builder |
CostCategory.Builder.effectiveEnd(String effectiveEnd) |
The effective end date of your Cost Category.
|
CostCategory.Builder |
CostCategory.Builder.effectiveStart(String effectiveStart) |
The effective start date of your Cost Category.
|
CostCategory.Builder |
CostCategory.Builder.name(String name) |
Sets the value of the Name property for this object.
|
CostCategory.Builder |
CostCategory.Builder.processingStatus(Collection<CostCategoryProcessingStatus> processingStatus) |
The list of processing statuses for Cost Management products for a specific cost category.
|
CostCategory.Builder |
CostCategory.Builder.processingStatus(Consumer<CostCategoryProcessingStatus.Builder>... processingStatus) |
The list of processing statuses for Cost Management products for a specific cost category.
|
CostCategory.Builder |
CostCategory.Builder.processingStatus(CostCategoryProcessingStatus... processingStatus) |
The list of processing statuses for Cost Management products for a specific cost category.
|
CostCategory.Builder |
CostCategory.Builder.rules(Collection<CostCategoryRule> rules) |
The rules are processed in order.
|
CostCategory.Builder |
CostCategory.Builder.rules(Consumer<CostCategoryRule.Builder>... rules) |
The rules are processed in order.
|
CostCategory.Builder |
CostCategory.Builder.rules(CostCategoryRule... rules) |
The rules are processed in order.
|
CostCategory.Builder |
CostCategory.Builder.ruleVersion(String ruleVersion) |
Sets the value of the RuleVersion property for this object.
|
CostCategory.Builder |
CostCategory.Builder.ruleVersion(CostCategoryRuleVersion ruleVersion) |
Sets the value of the RuleVersion property for this object.
|
CostCategory.Builder |
CostCategory.Builder.splitChargeRules(Collection<CostCategorySplitChargeRule> splitChargeRules) |
The split charge rules that are used to allocate your charges between your Cost Category values.
|
CostCategory.Builder |
CostCategory.Builder.splitChargeRules(Consumer<CostCategorySplitChargeRule.Builder>... splitChargeRules) |
The split charge rules that are used to allocate your charges between your Cost Category values.
|
CostCategory.Builder |
CostCategory.Builder.splitChargeRules(CostCategorySplitChargeRule... splitChargeRules) |
The split charge rules that are used to allocate your charges between your Cost Category values.
|
CostCategory.Builder |
CostCategory.toBuilder() |
|