Class GetCostCategoryRuleRuleNot.Builder
- java.lang.Object
-
- com.pulumi.aws.costexplorer.outputs.GetCostCategoryRuleRuleNot.Builder
-
- Enclosing class:
- GetCostCategoryRuleRuleNot
public static final class GetCostCategoryRuleRuleNot.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetCostCategoryRuleRuleNot defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetCostCategoryRuleRuleNot defaults)
-
-
Method Detail
-
ands
public GetCostCategoryRuleRuleNot.Builder ands(java.util.List<GetCostCategoryRuleRuleNotAnd> ands)
-
ands
public GetCostCategoryRuleRuleNot.Builder ands(GetCostCategoryRuleRuleNotAnd... ands)
-
costCategories
public GetCostCategoryRuleRuleNot.Builder costCategories(java.util.List<GetCostCategoryRuleRuleNotCostCategory> costCategories)
-
costCategories
public GetCostCategoryRuleRuleNot.Builder costCategories(GetCostCategoryRuleRuleNotCostCategory... costCategories)
-
dimensions
public GetCostCategoryRuleRuleNot.Builder dimensions(java.util.List<GetCostCategoryRuleRuleNotDimension> dimensions)
-
dimensions
public GetCostCategoryRuleRuleNot.Builder dimensions(GetCostCategoryRuleRuleNotDimension... dimensions)
-
nots
public GetCostCategoryRuleRuleNot.Builder nots(java.util.List<GetCostCategoryRuleRuleNotNot> nots)
-
nots
public GetCostCategoryRuleRuleNot.Builder nots(GetCostCategoryRuleRuleNotNot... nots)
-
ors
public GetCostCategoryRuleRuleNot.Builder ors(java.util.List<GetCostCategoryRuleRuleNotOr> ors)
-
ors
public GetCostCategoryRuleRuleNot.Builder ors(GetCostCategoryRuleRuleNotOr... ors)
-
tags
public GetCostCategoryRuleRuleNot.Builder tags(java.util.List<GetCostCategoryRuleRuleNotTag> tags)
-
tags
public GetCostCategoryRuleRuleNot.Builder tags(GetCostCategoryRuleRuleNotTag... tags)
-
build
public GetCostCategoryRuleRuleNot build()
-
-