Uses of Class
software.amazon.awscdk.services.billingconductor.CfnCustomLineItemProps.Builder
Packages that use CfnCustomLineItemProps.Builder
Package
Description
AWS::BillingConductor Construct Library
-
Uses of CfnCustomLineItemProps.Builder in software.amazon.awscdk.services.billingconductor
Methods in software.amazon.awscdk.services.billingconductor that return CfnCustomLineItemProps.BuilderModifier and TypeMethodDescriptionSets the value ofCfnCustomLineItemProps.getAccountId()
CfnCustomLineItemProps.Builder.billingGroupArn
(String billingGroupArn) Sets the value ofCfnCustomLineItemProps.getBillingGroupArn()
CfnCustomLineItemProps.Builder.billingPeriodRange
(IResolvable billingPeriodRange) Sets the value ofCfnCustomLineItemProps.getBillingPeriodRange()
CfnCustomLineItemProps.Builder.billingPeriodRange
(CfnCustomLineItem.BillingPeriodRangeProperty billingPeriodRange) Sets the value ofCfnCustomLineItemProps.getBillingPeriodRange()
CfnCustomLineItemProps.builder()
CfnCustomLineItemProps.Builder.customLineItemChargeDetails
(IResolvable customLineItemChargeDetails) Sets the value ofCfnCustomLineItemProps.getCustomLineItemChargeDetails()
CfnCustomLineItemProps.Builder.customLineItemChargeDetails
(CfnCustomLineItem.CustomLineItemChargeDetailsProperty customLineItemChargeDetails) Sets the value ofCfnCustomLineItemProps.getCustomLineItemChargeDetails()
CfnCustomLineItemProps.Builder.description
(String description) Sets the value ofCfnCustomLineItemProps.getDescription()
Sets the value ofCfnCustomLineItemProps.getName()
Sets the value ofCfnCustomLineItemProps.getTags()
Constructors in software.amazon.awscdk.services.billingconductor with parameters of type CfnCustomLineItemProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnCustomLineItemProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCustomLineItemProps.Builder
.