public static interface CheckoutBorrowLicenseResponse.Builder extends LicenseManagerResponse.Builder, SdkPojo, CopyableBuilder<CheckoutBorrowLicenseResponse.Builder,CheckoutBorrowLicenseResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCheckoutBorrowLicenseResponse.Builder licenseArn(String licenseArn)
Amazon Resource Name (ARN) of the license.
licenseArn - Amazon Resource Name (ARN) of the license.CheckoutBorrowLicenseResponse.Builder licenseConsumptionToken(String licenseConsumptionToken)
License consumption token.
licenseConsumptionToken - License consumption token.CheckoutBorrowLicenseResponse.Builder entitlementsAllowed(Collection<EntitlementData> entitlementsAllowed)
Allowed license entitlements.
entitlementsAllowed - Allowed license entitlements.CheckoutBorrowLicenseResponse.Builder entitlementsAllowed(EntitlementData... entitlementsAllowed)
Allowed license entitlements.
entitlementsAllowed - Allowed license entitlements.CheckoutBorrowLicenseResponse.Builder entitlementsAllowed(Consumer<EntitlementData.Builder>... entitlementsAllowed)
Allowed license entitlements.
This is a convenience method that creates an instance of theEntitlementData.Builder avoiding the need to
create one manually via
EntitlementData.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #entitlementsAllowed(List.
entitlementsAllowed - a consumer that will call methods on
EntitlementData.Builder#entitlementsAllowed(java.util.Collection) CheckoutBorrowLicenseResponse.Builder nodeId(String nodeId)
Node ID.
nodeId - Node ID.CheckoutBorrowLicenseResponse.Builder signedToken(String signedToken)
Signed token.
signedToken - Signed token.CheckoutBorrowLicenseResponse.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.CheckoutBorrowLicenseResponse.Builder expiration(String expiration)
Date and time at which the license checkout expires.
expiration - Date and time at which the license checkout expires.CheckoutBorrowLicenseResponse.Builder checkoutMetadata(Collection<Metadata> checkoutMetadata)
Information about constraints.
checkoutMetadata - Information about constraints.CheckoutBorrowLicenseResponse.Builder checkoutMetadata(Metadata... checkoutMetadata)
Information about constraints.
checkoutMetadata - Information about constraints.CheckoutBorrowLicenseResponse.Builder checkoutMetadata(Consumer<Metadata.Builder>... checkoutMetadata)
Information about constraints.
This is a convenience method that creates an instance of theMetadata.Builder avoiding the need to create one
manually via Metadata.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #checkoutMetadata(List.
checkoutMetadata - a consumer that will call methods on
Metadata.Builder#checkoutMetadata(java.util.Collection) Copyright © 2023. All rights reserved.