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