Uses of Class
software.amazon.awscdk.services.billingconductor.CfnPricingPlanProps.Builder
Packages that use CfnPricingPlanProps.Builder
Package
Description
AWS::BillingConductor Construct Library
-
Uses of CfnPricingPlanProps.Builder in software.amazon.awscdk.services.billingconductor
Methods in software.amazon.awscdk.services.billingconductor that return CfnPricingPlanProps.BuilderModifier and TypeMethodDescriptionstatic CfnPricingPlanProps.Builder
CfnPricingPlanProps.builder()
CfnPricingPlanProps.Builder.description
(String description) Sets the value ofCfnPricingPlanProps.getDescription()
Sets the value ofCfnPricingPlanProps.getName()
CfnPricingPlanProps.Builder.pricingRuleArns
(List<String> pricingRuleArns) Sets the value ofCfnPricingPlanProps.getPricingRuleArns()
Sets the value ofCfnPricingPlanProps.getTags()
Constructors in software.amazon.awscdk.services.billingconductor with parameters of type CfnPricingPlanProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnPricingPlanProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPricingPlanProps.Builder
.