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 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) 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 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 #checkoutMetadata(List) .checkoutMetadata - a consumer that will call methods on List.Builder #checkoutMetadata(List) Copyright © 2022. All rights reserved.