public static interface CheckoutLicenseResponse.Builder extends LicenseManagerResponse.Builder, SdkPojo, CopyableBuilder<CheckoutLicenseResponse.Builder,CheckoutLicenseResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCheckoutLicenseResponse.Builder checkoutType(String checkoutType)
Checkout type.
checkoutType - Checkout type.CheckoutType,
CheckoutTypeCheckoutLicenseResponse.Builder checkoutType(CheckoutType checkoutType)
Checkout type.
checkoutType - Checkout type.CheckoutType,
CheckoutTypeCheckoutLicenseResponse.Builder licenseConsumptionToken(String licenseConsumptionToken)
License consumption token.
licenseConsumptionToken - License consumption token.CheckoutLicenseResponse.Builder entitlementsAllowed(Collection<EntitlementData> entitlementsAllowed)
Allowed license entitlements.
entitlementsAllowed - Allowed license entitlements.CheckoutLicenseResponse.Builder entitlementsAllowed(EntitlementData... entitlementsAllowed)
Allowed license entitlements.
entitlementsAllowed - Allowed license entitlements.CheckoutLicenseResponse.Builder entitlementsAllowed(Consumer<EntitlementData.Builder>... entitlementsAllowed)
Allowed license entitlements.
This is a convenience method that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #entitlementsAllowed(List) .entitlementsAllowed - a consumer that will call methods on List.Builder #entitlementsAllowed(List) CheckoutLicenseResponse.Builder signedToken(String signedToken)
Signed token.
signedToken - Signed token.CheckoutLicenseResponse.Builder nodeId(String nodeId)
Node ID.
nodeId - Node ID.CheckoutLicenseResponse.Builder issuedAt(String issuedAt)
Date and time at which the license checkout is issued.
issuedAt - Date and time at which the license checkout is issued.CheckoutLicenseResponse.Builder expiration(String expiration)
Date and time at which the license checkout expires.
expiration - Date and time at which the license checkout expires.CheckoutLicenseResponse.Builder licenseArn(String licenseArn)
Amazon Resource Name (ARN) of the checkout license.
licenseArn - Amazon Resource Name (ARN) of the checkout license.Copyright © 2022. All rights reserved.