static CheckoutLicenseResponse.Builder |
CheckoutLicenseResponse.builder() |
|
CheckoutLicenseResponse.Builder |
CheckoutLicenseResponse.Builder.checkoutType(String checkoutType) |
Checkout type.
|
CheckoutLicenseResponse.Builder |
CheckoutLicenseResponse.Builder.checkoutType(CheckoutType checkoutType) |
Checkout type.
|
CheckoutLicenseResponse.Builder |
CheckoutLicenseResponse.Builder.entitlementsAllowed(Collection<EntitlementData> entitlementsAllowed) |
Allowed license entitlements.
|
CheckoutLicenseResponse.Builder |
CheckoutLicenseResponse.Builder.entitlementsAllowed(Consumer<EntitlementData.Builder>... entitlementsAllowed) |
Allowed license entitlements.
|
CheckoutLicenseResponse.Builder |
CheckoutLicenseResponse.Builder.entitlementsAllowed(EntitlementData... entitlementsAllowed) |
Allowed license entitlements.
|
CheckoutLicenseResponse.Builder |
CheckoutLicenseResponse.Builder.expiration(String expiration) |
Date and time at which the license checkout expires.
|
CheckoutLicenseResponse.Builder |
CheckoutLicenseResponse.Builder.issuedAt(String issuedAt) |
Date and time at which the license checkout is issued.
|
CheckoutLicenseResponse.Builder |
CheckoutLicenseResponse.Builder.licenseArn(String licenseArn) |
Amazon Resource Name (ARN) of the checkout license.
|
CheckoutLicenseResponse.Builder |
CheckoutLicenseResponse.Builder.licenseConsumptionToken(String licenseConsumptionToken) |
License consumption token.
|
CheckoutLicenseResponse.Builder |
CheckoutLicenseResponse.Builder.nodeId(String nodeId) |
Node ID.
|
CheckoutLicenseResponse.Builder |
CheckoutLicenseResponse.Builder.signedToken(String signedToken) |
Signed token.
|
CheckoutLicenseResponse.Builder |
CheckoutLicenseResponse.toBuilder() |
|