public static interface CreateCostCategoryDefinitionRequest.Builder extends CostExplorerRequest.Builder, SdkPojo, CopyableBuilder<CreateCostCategoryDefinitionRequest.Builder,CreateCostCategoryDefinitionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCostCategoryDefinitionRequest.Builder name(String name)
name - The new value for the Name property for this object.CreateCostCategoryDefinitionRequest.Builder ruleVersion(String ruleVersion)
ruleVersion - The new value for the RuleVersion property for this object.CostCategoryRuleVersion,
CostCategoryRuleVersionCreateCostCategoryDefinitionRequest.Builder ruleVersion(CostCategoryRuleVersion ruleVersion)
ruleVersion - The new value for the RuleVersion property for this object.CostCategoryRuleVersion,
CostCategoryRuleVersionCreateCostCategoryDefinitionRequest.Builder rules(Collection<CostCategoryRule> rules)
The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
rules - The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.CreateCostCategoryDefinitionRequest.Builder rules(CostCategoryRule... rules)
The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
rules - The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.CreateCostCategoryDefinitionRequest.Builder rules(Consumer<CostCategoryRule.Builder>... rules)
The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
This is a convenience that creates an instance of theList.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) CreateCostCategoryDefinitionRequest.Builder defaultValue(String defaultValue)
defaultValue - The new value for the DefaultValue property for this object.CreateCostCategoryDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateCostCategoryDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.