Interface ResolveCustomerResponse.Builder

  • Method Details

    • customerIdentifier

      ResolveCustomerResponse.Builder customerIdentifier(String customerIdentifier)

      The CustomerIdentifier is used to identify an individual customer in your application. Calls to BatchMeterUsage require CustomerIdentifiers for each UsageRecord.

      Parameters:
      customerIdentifier - The CustomerIdentifier is used to identify an individual customer in your application. Calls to BatchMeterUsage require CustomerIdentifiers for each UsageRecord.
      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 AWS account ID associated with the CustomerIdentifier for the individual customer.

      Parameters:
      customerAWSAccountId - The CustomerAWSAccountId provides the AWS account ID associated with the CustomerIdentifier for the individual customer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.