Uses of Class
software.amazon.awscdk.services.invoicing.CfnInvoiceUnit.Builder
Packages that use CfnInvoiceUnit.Builder
-
Uses of CfnInvoiceUnit.Builder in software.amazon.awscdk.services.invoicing
Methods in software.amazon.awscdk.services.invoicing that return CfnInvoiceUnit.BuilderModifier and TypeMethodDescriptionstatic CfnInvoiceUnit.BuilderCfnInvoiceUnit.Builder.description(String description) The assigned description for an invoice unit.CfnInvoiceUnit.Builder.invoiceReceiver(String invoiceReceiver) The account that receives invoices related to the invoice unit.A unique name that is distinctive within your AWS .CfnInvoiceUnit.Builder.resourceTags(List<? extends CfnInvoiceUnit.ResourceTagProperty> resourceTags) The tag structure that contains a tag key and value.CfnInvoiceUnit.Builder.rule(IResolvable rule) AnInvoiceUnitRuleobject used the categorize invoice units.CfnInvoiceUnit.Builder.rule(CfnInvoiceUnit.RuleProperty rule) AnInvoiceUnitRuleobject used the categorize invoice units.CfnInvoiceUnit.Builder.taxInheritanceDisabled(Boolean taxInheritanceDisabled) Whether the invoice unit based tax inheritance is/ should be enabled or disabled.CfnInvoiceUnit.Builder.taxInheritanceDisabled(IResolvable taxInheritanceDisabled) Whether the invoice unit based tax inheritance is/ should be enabled or disabled.