Interface ResolveCustomerResponse.Builder

  • Method Details

    • customerIdentifier

      ResolveCustomerResponse.Builder customerIdentifier(String customerIdentifier)

      The CustomerIdentifier is used to identify an individual customer in your application.

      Parameters:
      customerIdentifier - The CustomerIdentifier is used to identify an individual customer in your application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • productCode

      ResolveCustomerResponse.Builder productCode(String productCode)

      The product code is returned to confirm that the buyer is registering for your product. Subsequent BatchMeterUsage calls should be made using this product code.

      Parameters:
      productCode - The product code is returned to confirm that the buyer is registering for your product. Subsequent BatchMeterUsage calls should be made using this product code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • customerAWSAccountId

      ResolveCustomerResponse.Builder customerAWSAccountId(String customerAWSAccountId)

      The CustomerAWSAccountId provides the Amazon Web Services account ID associated with the CustomerIdentifier for the individual customer. Calls to BatchMeterUsage require CustomerAWSAccountId for each UsageRecord.

      Parameters:
      customerAWSAccountId - The CustomerAWSAccountId provides the Amazon Web Services account ID associated with the CustomerIdentifier for the individual customer. Calls to BatchMeterUsage require CustomerAWSAccountId for each UsageRecord.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • licenseArn

      ResolveCustomerResponse.Builder licenseArn(String licenseArn)

      The LicenseArn is a unique identifier for a specific granted license. These are typically used for software purchased through Amazon Web Services Marketplace. Calls to BatchMeterUsage require LicenseArn for each UsageRecord.

      Once you receive the CustomerAWSAccountId and LicenseArn in the response, store that for future purposes/API calls/integrations.

      Parameters:
      licenseArn - The LicenseArn is a unique identifier for a specific granted license. These are typically used for software purchased through Amazon Web Services Marketplace. Calls to BatchMeterUsage require LicenseArn for each UsageRecord.

      Once you receive the CustomerAWSAccountId and LicenseArn in the response, store that for future purposes/API calls/integrations.

      Returns:
      Returns a reference to this object so that method calls can be chained together.