Uses of Class
software.amazon.awscdk.services.billingconductor.CfnCustomLineItem.Builder
Packages that use CfnCustomLineItem.Builder
Package
Description
AWS::BillingConductor Construct Library
-
Uses of CfnCustomLineItem.Builder in software.amazon.awscdk.services.billingconductor
Methods in software.amazon.awscdk.services.billingconductor that return CfnCustomLineItem.BuilderModifier and TypeMethodDescriptionThe AWS account in which this custom line item will be applied to.CfnCustomLineItem.Builder.billingGroupArn(String billingGroupArn) The Amazon Resource Name (ARN) that references the billing group where the custom line item applies to.CfnCustomLineItem.Builder.billingPeriodRange(IResolvable billingPeriodRange) A time range for which the custom line item is effective.CfnCustomLineItem.Builder.billingPeriodRange(CfnCustomLineItem.BillingPeriodRangeProperty billingPeriodRange) A time range for which the custom line item is effective.CfnCustomLineItem.Builder.computationRule(String computationRule) The computation rule that determines how the custom line item charges are computed and reflected in the bill.static CfnCustomLineItem.BuilderCfnCustomLineItem.Builder.customLineItemChargeDetails(IResolvable customLineItemChargeDetails) The charge details of a custom line item.CfnCustomLineItem.Builder.customLineItemChargeDetails(CfnCustomLineItem.CustomLineItemChargeDetailsProperty customLineItemChargeDetails) The charge details of a custom line item.CfnCustomLineItem.Builder.description(String description) The custom line item's description.The custom line item's name.CfnCustomLineItem.Builder.presentationDetails(IResolvable presentationDetails) Configuration details specifying how the custom line item charges are presented, including which service the charges are shown under.CfnCustomLineItem.Builder.presentationDetails(CfnCustomLineItem.PresentationDetailsProperty presentationDetails) Configuration details specifying how the custom line item charges are presented, including which service the charges are shown under.A map that contains tag keys and tag values that are attached to a custom line item.