Class CfnPricingRule.FreeTierProperty.Builder
java.lang.Object
software.amazon.awscdk.services.billingconductor.CfnPricingRule.FreeTierProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPricingRule.FreeTierProperty>
- Enclosing interface:
CfnPricingRule.FreeTierProperty
@Stability(Stable)
public static final class CfnPricingRule.FreeTierProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPricingRule.FreeTierProperty>
A builder for
CfnPricingRule.FreeTierProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnPricingRule.FreeTierProperty.getActivated()
activated
(IResolvable activated) Sets the value ofCfnPricingRule.FreeTierProperty.getActivated()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
activated
Sets the value ofCfnPricingRule.FreeTierProperty.getActivated()
- Parameters:
activated
- Activate or deactivate AWS Free Tier. This parameter is required.- Returns:
this
-
activated
Sets the value ofCfnPricingRule.FreeTierProperty.getActivated()
- Parameters:
activated
- Activate or deactivate AWS Free Tier. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnPricingRule.FreeTierProperty>
- Returns:
- a new instance of
CfnPricingRule.FreeTierProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-