Class CfnBudgetsAction.ResourceTagProperty.Builder
java.lang.Object
software.amazon.awscdk.services.budgets.CfnBudgetsAction.ResourceTagProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBudgetsAction.ResourceTagProperty>
- Enclosing interface:
CfnBudgetsAction.ResourceTagProperty
@Stability(Stable)
public static final class CfnBudgetsAction.ResourceTagProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBudgetsAction.ResourceTagProperty>
A builder for
CfnBudgetsAction.ResourceTagProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnBudgetsAction.ResourceTagProperty.getKey()
Sets the value ofCfnBudgetsAction.ResourceTagProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
key
Sets the value ofCfnBudgetsAction.ResourceTagProperty.getKey()
- Parameters:
key
- The key that's associated with the tag. This parameter is required.- Returns:
this
-
value
Sets the value ofCfnBudgetsAction.ResourceTagProperty.getValue()
- Parameters:
value
- The value that's associated with the tag. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnBudgetsAction.ResourceTagProperty>
- Returns:
- a new instance of
CfnBudgetsAction.ResourceTagProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-