public static interface UpdateCostCategoryDefinitionRequest.Builder extends CostExplorerRequest.Builder, SdkPojo, CopyableBuilder<UpdateCostCategoryDefinitionRequest.Builder,UpdateCostCategoryDefinitionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCostCategoryDefinitionRequest.Builder costCategoryArn(String costCategoryArn)
The unique identifier for your Cost Category.
costCategoryArn - The unique identifier for your Cost Category.UpdateCostCategoryDefinitionRequest.Builder ruleVersion(String ruleVersion)
ruleVersion - The new value for the RuleVersion property for this object.CostCategoryRuleVersion,
CostCategoryRuleVersionUpdateCostCategoryDefinitionRequest.Builder ruleVersion(CostCategoryRuleVersion ruleVersion)
ruleVersion - The new value for the RuleVersion property for this object.CostCategoryRuleVersion,
CostCategoryRuleVersionUpdateCostCategoryDefinitionRequest.Builder rules(Collection<CostCategoryRule> rules)
The Expression object used to categorize costs. For more information, see CostCategoryRule .
rules - The Expression object used to categorize costs. For more information, see CostCategoryRule .UpdateCostCategoryDefinitionRequest.Builder rules(CostCategoryRule... rules)
The Expression object used to categorize costs. For more information, see CostCategoryRule .
rules - The Expression object used to categorize costs. For more information, see CostCategoryRule .UpdateCostCategoryDefinitionRequest.Builder rules(Consumer<CostCategoryRule.Builder>... rules)
The Expression object used to categorize costs. For more information, see CostCategoryRule .
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #rules(List) .rules - a consumer that will call methods on List.Builder #rules(List) UpdateCostCategoryDefinitionRequest.Builder defaultValue(String defaultValue)
defaultValue - The new value for the DefaultValue property for this object.UpdateCostCategoryDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateCostCategoryDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.