Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.billingconductor.CfnCustomLineItemPropsMixin.Builder
Packages that use CfnCustomLineItemPropsMixin.Builder
-
Uses of CfnCustomLineItemPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.billingconductor
Methods in software.amazon.awscdk.cfnpropertymixins.services.billingconductor that return CfnCustomLineItemPropsMixin.BuilderModifier and TypeMethodDescriptionThe AWS account in which this custom line item will be applied to.CfnCustomLineItemPropsMixin.Builder.billingGroupArn(String billingGroupArn) The Amazon Resource Name (ARN) that references the billing group where the custom line item applies to.CfnCustomLineItemPropsMixin.Builder.billingPeriodRange(CfnCustomLineItemPropsMixin.BillingPeriodRangeProperty billingPeriodRange) A time range for which the custom line item is effective.CfnCustomLineItemPropsMixin.Builder.billingPeriodRange(IResolvable billingPeriodRange) A time range for which the custom line item is effective.CfnCustomLineItemPropsMixin.Builder.computationRule(String computationRule) The computation rule that determines how the custom line item charges are computed and reflected in the bill.CfnCustomLineItemPropsMixin.Builder.create()CfnCustomLineItemPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnCustomLineItemPropsMixin.Builder.customLineItemChargeDetails(CfnCustomLineItemPropsMixin.CustomLineItemChargeDetailsProperty customLineItemChargeDetails) The charge details of a custom line item.CfnCustomLineItemPropsMixin.Builder.customLineItemChargeDetails(IResolvable customLineItemChargeDetails) The charge details of a custom line item.CfnCustomLineItemPropsMixin.Builder.description(String description) The custom line item's description.The custom line item's name.CfnCustomLineItemPropsMixin.Builder.presentationDetails(CfnCustomLineItemPropsMixin.PresentationDetailsProperty presentationDetails) Configuration details specifying how the custom line item charges are presented, including which service the charges are shown under.CfnCustomLineItemPropsMixin.Builder.presentationDetails(IResolvable 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.