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