Class GetCostCategoryRule.Builder
- java.lang.Object
-
- com.pulumi.aws.costexplorer.outputs.GetCostCategoryRule.Builder
-
- Enclosing class:
- GetCostCategoryRule
public static final class GetCostCategoryRule.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetCostCategoryRule defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetCostCategoryRule
build()
GetCostCategoryRule.Builder
inheritedValues(GetCostCategoryRuleInheritedValue... inheritedValues)
GetCostCategoryRule.Builder
inheritedValues(java.util.List<GetCostCategoryRuleInheritedValue> inheritedValues)
GetCostCategoryRule.Builder
rules(GetCostCategoryRuleRule... rules)
GetCostCategoryRule.Builder
rules(java.util.List<GetCostCategoryRuleRule> rules)
GetCostCategoryRule.Builder
type(java.lang.String type)
GetCostCategoryRule.Builder
value(java.lang.String value)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetCostCategoryRule defaults)
-
-
Method Detail
-
inheritedValues
public GetCostCategoryRule.Builder inheritedValues(java.util.List<GetCostCategoryRuleInheritedValue> inheritedValues)
-
inheritedValues
public GetCostCategoryRule.Builder inheritedValues(GetCostCategoryRuleInheritedValue... inheritedValues)
-
rules
public GetCostCategoryRule.Builder rules(java.util.List<GetCostCategoryRuleRule> rules)
-
rules
public GetCostCategoryRule.Builder rules(GetCostCategoryRuleRule... rules)
-
type
public GetCostCategoryRule.Builder type(java.lang.String type)
-
value
public GetCostCategoryRule.Builder value(java.lang.String value)
-
build
public GetCostCategoryRule build()
-
-