CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.Builder.beneficiary(String beneficiary) |
License beneficiary.
|
static CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.builder() |
|
CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.Builder.checkoutType(String checkoutType) |
Checkout type.
|
CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.Builder.checkoutType(CheckoutType checkoutType) |
Checkout type.
|
CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.Builder.clientToken(String clientToken) |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.Builder.entitlements(Collection<EntitlementData> entitlements) |
License entitlements.
|
CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.Builder.entitlements(Consumer<EntitlementData.Builder>... entitlements) |
License entitlements.
|
CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.Builder.entitlements(EntitlementData... entitlements) |
License entitlements.
|
CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.Builder.keyFingerprint(String keyFingerprint) |
Key fingerprint identifying the license.
|
CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.Builder.nodeId(String nodeId) |
Node ID.
|
CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.Builder.productSKU(String productSKU) |
Product SKU.
|
CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.toBuilder() |
|