static Entitlement.Builder |
Entitlement.builder() |
|
Entitlement.Builder |
Entitlement.Builder.customerIdentifier(String customerIdentifier) |
The customer identifier is a handle to each unique customer in an application.
|
Entitlement.Builder |
Entitlement.Builder.dimension(String dimension) |
The dimension for which the given entitlement applies.
|
Entitlement.Builder |
Entitlement.Builder.expirationDate(Instant expirationDate) |
The expiration date represents the minimum date through which this entitlement is expected to remain valid.
|
Entitlement.Builder |
Entitlement.Builder.productCode(String productCode) |
The product code for which the given entitlement applies.
|
Entitlement.Builder |
Entitlement.toBuilder() |
|
default Entitlement.Builder |
Entitlement.Builder.value(Consumer<EntitlementValue.Builder> value) |
The EntitlementValue represents the amount of capacity that the customer is entitled to for the product.
|
Entitlement.Builder |
Entitlement.Builder.value(EntitlementValue value) |
The EntitlementValue represents the amount of capacity that the customer is entitled to for the product.
|