Class CostCategoryRuleRuleNotAnd.Builder
- java.lang.Object
-
- com.pulumi.aws.costexplorer.outputs.CostCategoryRuleRuleNotAnd.Builder
-
- Enclosing class:
- CostCategoryRuleRuleNotAnd
public static final class CostCategoryRuleRuleNotAnd.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(CostCategoryRuleRuleNotAnd defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CostCategoryRuleRuleNotAnd
build()
CostCategoryRuleRuleNotAnd.Builder
costCategory(CostCategoryRuleRuleNotAndCostCategory costCategory)
CostCategoryRuleRuleNotAnd.Builder
dimension(CostCategoryRuleRuleNotAndDimension dimension)
CostCategoryRuleRuleNotAnd.Builder
tags(CostCategoryRuleRuleNotAndTags tags)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(CostCategoryRuleRuleNotAnd defaults)
-
-
Method Detail
-
costCategory
public CostCategoryRuleRuleNotAnd.Builder costCategory(@Nullable CostCategoryRuleRuleNotAndCostCategory costCategory)
-
dimension
public CostCategoryRuleRuleNotAnd.Builder dimension(@Nullable CostCategoryRuleRuleNotAndDimension dimension)
-
tags
public CostCategoryRuleRuleNotAnd.Builder tags(@Nullable CostCategoryRuleRuleNotAndTags tags)
-
build
public CostCategoryRuleRuleNotAnd build()
-
-