Class GetCostCategoryRuleRuleNotAnd.Builder
- java.lang.Object
-
- com.pulumi.aws.costexplorer.outputs.GetCostCategoryRuleRuleNotAnd.Builder
-
- Enclosing class:
- GetCostCategoryRuleRuleNotAnd
public static final class GetCostCategoryRuleRuleNotAnd.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetCostCategoryRuleRuleNotAnd defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetCostCategoryRuleRuleNotAnd
build()
GetCostCategoryRuleRuleNotAnd.Builder
costCategories(GetCostCategoryRuleRuleNotAndCostCategory... costCategories)
GetCostCategoryRuleRuleNotAnd.Builder
costCategories(java.util.List<GetCostCategoryRuleRuleNotAndCostCategory> costCategories)
GetCostCategoryRuleRuleNotAnd.Builder
dimensions(GetCostCategoryRuleRuleNotAndDimension... dimensions)
GetCostCategoryRuleRuleNotAnd.Builder
dimensions(java.util.List<GetCostCategoryRuleRuleNotAndDimension> dimensions)
GetCostCategoryRuleRuleNotAnd.Builder
tags(GetCostCategoryRuleRuleNotAndTag... tags)
GetCostCategoryRuleRuleNotAnd.Builder
tags(java.util.List<GetCostCategoryRuleRuleNotAndTag> tags)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetCostCategoryRuleRuleNotAnd defaults)
-
-
Method Detail
-
costCategories
public GetCostCategoryRuleRuleNotAnd.Builder costCategories(java.util.List<GetCostCategoryRuleRuleNotAndCostCategory> costCategories)
-
costCategories
public GetCostCategoryRuleRuleNotAnd.Builder costCategories(GetCostCategoryRuleRuleNotAndCostCategory... costCategories)
-
dimensions
public GetCostCategoryRuleRuleNotAnd.Builder dimensions(java.util.List<GetCostCategoryRuleRuleNotAndDimension> dimensions)
-
dimensions
public GetCostCategoryRuleRuleNotAnd.Builder dimensions(GetCostCategoryRuleRuleNotAndDimension... dimensions)
-
tags
public GetCostCategoryRuleRuleNotAnd.Builder tags(java.util.List<GetCostCategoryRuleRuleNotAndTag> tags)
-
tags
public GetCostCategoryRuleRuleNotAnd.Builder tags(GetCostCategoryRuleRuleNotAndTag... tags)
-
build
public GetCostCategoryRuleRuleNotAnd build()
-
-