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 Summary
Modifier and TypeMethodDescriptionbillingEntity(String billingEntity) Helps you identify whether your invoices are for Amazon Web Services Marketplace or for purchases of other Amazon Web Services services.billingEntity(BillingEntity billingEntity) Helps you identify whether your invoices are for Amazon Web Services Marketplace or for purchases of other Amazon Web Services services.invoicingEntity(String invoicingEntity) The name of the entity that issues the Amazon Web Services invoice.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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:
-