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