Interface Entity.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Entity.Builder,Entity>, SdkBuilder<Entity.Builder,Entity>, SdkPojo
Enclosing class:
Entity

@Mutable @NotThreadSafe public static interface Entity.Builder extends SdkPojo, CopyableBuilder<Entity.Builder,Entity>
  • Method Details

    • invoicingEntity

      Entity.Builder invoicingEntity(String invoicingEntity)

      The name of the entity that issues the Amazon Web Services invoice.

      Parameters:
      invoicingEntity - The name of the entity that issues the Amazon Web Services invoice.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • billingEntity

      Entity.Builder billingEntity(String billingEntity)

      Helps you identify whether your invoices are for Amazon Web Services Marketplace or for purchases of other Amazon Web Services services.

      Parameters:
      billingEntity - Helps you identify whether your invoices are for Amazon Web Services Marketplace or for purchases of other Amazon Web Services services.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • billingEntity

      Entity.Builder billingEntity(BillingEntity billingEntity)

      Helps you identify whether your invoices are for Amazon Web Services Marketplace or for purchases of other Amazon Web Services services.

      Parameters:
      billingEntity - Helps you identify whether your invoices are for Amazon Web Services Marketplace or for purchases of other Amazon Web Services services.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: