Class CfnBudgetPropsMixin.CostCategoryValuesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.budgets.CfnBudgetPropsMixin.CostCategoryValuesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBudgetPropsMixin.CostCategoryValuesProperty>
- Enclosing interface:
CfnBudgetPropsMixin.CostCategoryValuesProperty
@Stability(Stable)
public static final class CfnBudgetPropsMixin.CostCategoryValuesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBudgetPropsMixin.CostCategoryValuesProperty>
A builder for
CfnBudgetPropsMixin.CostCategoryValuesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnBudgetPropsMixin.CostCategoryValuesProperty.getKey()matchOptions(List<String> matchOptions) Sets the value ofCfnBudgetPropsMixin.CostCategoryValuesProperty.getMatchOptions()Sets the value ofCfnBudgetPropsMixin.CostCategoryValuesProperty.getValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
key
Sets the value ofCfnBudgetPropsMixin.CostCategoryValuesProperty.getKey()- Parameters:
key- The unique name of the cost category.- Returns:
this
-
matchOptions
@Stability(Stable) public CfnBudgetPropsMixin.CostCategoryValuesProperty.Builder matchOptions(List<String> matchOptions) Sets the value ofCfnBudgetPropsMixin.CostCategoryValuesProperty.getMatchOptions()- Parameters:
matchOptions- The match options that you can use to filter your results.- Returns:
this
-
values
@Stability(Stable) public CfnBudgetPropsMixin.CostCategoryValuesProperty.Builder values(List<String> values) Sets the value ofCfnBudgetPropsMixin.CostCategoryValuesProperty.getValues()- Parameters:
values- The specific value of the cost category.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBudgetPropsMixin.CostCategoryValuesProperty>- Returns:
- a new instance of
CfnBudgetPropsMixin.CostCategoryValuesProperty - Throws:
NullPointerException- if any required attribute was not provided
-