Interface RegisterUsageRequest.Builder

    • Method Detail

      • productCode

        RegisterUsageRequest.Builder productCode​(String productCode)

        Product code is used to uniquely identify a product in AWS Marketplace. The product code should be the same as the one used during the publishing of a new product.

        Parameters:
        productCode - Product code is used to uniquely identify a product in AWS Marketplace. The product code should be the same as the one used during the publishing of a new product.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • publicKeyVersion

        RegisterUsageRequest.Builder publicKeyVersion​(Integer publicKeyVersion)

        Public Key Version provided by AWS Marketplace

        Parameters:
        publicKeyVersion - Public Key Version provided by AWS Marketplace
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nonce

        RegisterUsageRequest.Builder nonce​(String nonce)

        (Optional) To scope down the registration to a specific running software instance and guard against replay attacks.

        Parameters:
        nonce - (Optional) To scope down the registration to a specific running software instance and guard against replay attacks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.