CopyableBuilder<Entitlement.Builder,Entitlement>, SdkBuilder<Entitlement.Builder,Entitlement>public static interface Entitlement.Builder extends CopyableBuilder<Entitlement.Builder,Entitlement>
| Modifier and Type | Method | Description | 
|---|---|---|
| Entitlement.Builder | customerIdentifier(String customerIdentifier) | 
 The customer identifier is a handle to each unique customer in an application. | 
| Entitlement.Builder | dimension(String dimension) | 
 The dimension for which the given entitlement applies. | 
| Entitlement.Builder | expirationDate(Date expirationDate) | 
 The expiration date represents the minimum date through which this entitlement is expected to remain valid. | 
| Entitlement.Builder | productCode(String productCode) | 
 The product code for which the given entitlement applies. | 
| Entitlement.Builder | value(EntitlementValue value) | 
 The EntitlementValue represents the amount of capacity that the customer is entitled to for the product. | 
copyapply, buildEntitlement.Builder productCode(String productCode)
The product code for which the given entitlement applies. Product codes are provided by AWS Marketplace when the product listing is created.
productCode - The product code for which the given entitlement applies. Product codes are provided by AWS
        Marketplace when the product listing is created.Entitlement.Builder dimension(String dimension)
The dimension for which the given entitlement applies. Dimensions represent categories of capacity in a product and are specified when the product is listed in AWS Marketplace.
dimension - The dimension for which the given entitlement applies. Dimensions represent categories of capacity in
        a product and are specified when the product is listed in AWS Marketplace.Entitlement.Builder customerIdentifier(String customerIdentifier)
The customer identifier is a handle to each unique customer in an application. Customer identifiers are obtained through the ResolveCustomer operation in AWS Marketplace Metering Service.
customerIdentifier - The customer identifier is a handle to each unique customer in an application. Customer identifiers
        are obtained through the ResolveCustomer operation in AWS Marketplace Metering Service.Entitlement.Builder value(EntitlementValue value)
The EntitlementValue represents the amount of capacity that the customer is entitled to for the product.
value - The EntitlementValue represents the amount of capacity that the customer is entitled to for the
        product.Entitlement.Builder expirationDate(Date expirationDate)
The expiration date represents the minimum date through which this entitlement is expected to remain valid. For contractual products listed on AWS Marketplace, the expiration date is the date at which the customer will renew or cancel their contract. Customers who are opting to renew their contract will still have entitlements with an expiration date.
expirationDate - The expiration date represents the minimum date through which this entitlement is expected to remain
        valid. For contractual products listed on AWS Marketplace, the expiration date is the date at which
        the customer will renew or cancel their contract. Customers who are opting to renew their contract
        will still have entitlements with an expiration date.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.