Class CfnBudgetPropsMixin.ExpressionDimensionValuesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.budgets.CfnBudgetPropsMixin.ExpressionDimensionValuesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBudgetPropsMixin.ExpressionDimensionValuesProperty>
- Enclosing interface:
CfnBudgetPropsMixin.ExpressionDimensionValuesProperty
@Stability(Stable)
public static final class CfnBudgetPropsMixin.ExpressionDimensionValuesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBudgetPropsMixin.ExpressionDimensionValuesProperty>
A builder for
CfnBudgetPropsMixin.ExpressionDimensionValuesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnBudgetPropsMixin.ExpressionDimensionValuesProperty.getKey()matchOptions(List<String> matchOptions) Sets the value ofCfnBudgetPropsMixin.ExpressionDimensionValuesProperty.getMatchOptions()Sets the value ofCfnBudgetPropsMixin.ExpressionDimensionValuesProperty.getValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
key
@Stability(Stable) public CfnBudgetPropsMixin.ExpressionDimensionValuesProperty.Builder key(String key) Sets the value ofCfnBudgetPropsMixin.ExpressionDimensionValuesProperty.getKey()- Parameters:
key- The name of the dimension that you want to filter on.- Returns:
this
-
matchOptions
@Stability(Stable) public CfnBudgetPropsMixin.ExpressionDimensionValuesProperty.Builder matchOptions(List<String> matchOptions) Sets the value ofCfnBudgetPropsMixin.ExpressionDimensionValuesProperty.getMatchOptions()- Parameters:
matchOptions- The match options that you can use to filter your results. You can specify only one of these values in the array.- Returns:
this
-
values
@Stability(Stable) public CfnBudgetPropsMixin.ExpressionDimensionValuesProperty.Builder values(List<String> values) Sets the value ofCfnBudgetPropsMixin.ExpressionDimensionValuesProperty.getValues()- Parameters:
values- The metadata values you can specify to filter upon, so that the results all match at least one of the specified values.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBudgetPropsMixin.ExpressionDimensionValuesProperty>- Returns:
- a new instance of
CfnBudgetPropsMixin.ExpressionDimensionValuesProperty - Throws:
NullPointerException- if any required attribute was not provided
-