Interface CheckoutLicenseResponse.Builder

    • Method Detail

      • licenseConsumptionToken

        CheckoutLicenseResponse.Builder licenseConsumptionToken​(String licenseConsumptionToken)

        License consumption token.

        Parameters:
        licenseConsumptionToken - License consumption token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entitlementsAllowed

        CheckoutLicenseResponse.Builder entitlementsAllowed​(Collection<EntitlementData> entitlementsAllowed)

        Allowed license entitlements.

        Parameters:
        entitlementsAllowed - Allowed license entitlements.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entitlementsAllowed

        CheckoutLicenseResponse.Builder entitlementsAllowed​(EntitlementData... entitlementsAllowed)

        Allowed license entitlements.

        Parameters:
        entitlementsAllowed - Allowed license entitlements.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • signedToken

        CheckoutLicenseResponse.Builder signedToken​(String signedToken)

        Signed token.

        Parameters:
        signedToken - Signed token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodeId

        CheckoutLicenseResponse.Builder nodeId​(String nodeId)

        Node ID.

        Parameters:
        nodeId - Node ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • issuedAt

        CheckoutLicenseResponse.Builder issuedAt​(String issuedAt)

        Date and time at which the license checkout is issued.

        Parameters:
        issuedAt - Date and time at which the license checkout is issued.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expiration

        CheckoutLicenseResponse.Builder expiration​(String expiration)

        Date and time at which the license checkout expires.

        Parameters:
        expiration - Date and time at which the license checkout expires.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • licenseArn

        CheckoutLicenseResponse.Builder licenseArn​(String licenseArn)

        Amazon Resource Name (ARN) of the checkout license.

        Parameters:
        licenseArn - Amazon Resource Name (ARN) of the checkout license.
        Returns:
        Returns a reference to this object so that method calls can be chained together.