Interface CreateInvoiceUnitRequest.Builder

    • Method Detail

      • name

        CreateInvoiceUnitRequest.Builder name​(String name)

        The unique name of the invoice unit that is shown on the generated invoice. This can't be changed once it is set. To change this name, you must delete the invoice unit recreate.

        Parameters:
        name - The unique name of the invoice unit that is shown on the generated invoice. This can't be changed once it is set. To change this name, you must delete the invoice unit recreate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • invoiceReceiver

        CreateInvoiceUnitRequest.Builder invoiceReceiver​(String invoiceReceiver)

        The Amazon Web Services account ID chosen to be the receiver of an invoice unit. All invoices generated for that invoice unit will be sent to this account ID.

        Parameters:
        invoiceReceiver - The Amazon Web Services account ID chosen to be the receiver of an invoice unit. All invoices generated for that invoice unit will be sent to this account ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        CreateInvoiceUnitRequest.Builder description​(String description)

        The invoice unit's description. This can be changed at a later time.

        Parameters:
        description - The invoice unit's description. This can be changed at a later time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • taxInheritanceDisabled

        CreateInvoiceUnitRequest.Builder taxInheritanceDisabled​(Boolean taxInheritanceDisabled)

        Whether the invoice unit based tax inheritance is/ should be enabled or disabled.

        Parameters:
        taxInheritanceDisabled - Whether the invoice unit based tax inheritance is/ should be enabled or disabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rule

        CreateInvoiceUnitRequest.Builder rule​(InvoiceUnitRule rule)

        The InvoiceUnitRule object used to create invoice units.

        Parameters:
        rule - The InvoiceUnitRule object used to create invoice units.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTags

        CreateInvoiceUnitRequest.Builder resourceTags​(Collection<ResourceTag> resourceTags)

        The tag structure that contains a tag key and value.

        Parameters:
        resourceTags - The tag structure that contains a tag key and value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTags

        CreateInvoiceUnitRequest.Builder resourceTags​(ResourceTag... resourceTags)

        The tag structure that contains a tag key and value.

        Parameters:
        resourceTags - The tag structure that contains a tag key and value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.